Skip to content

Commit 9273144

Browse files
committed
fix copy
1 parent a857c30 commit 9273144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
172172
- name: copy code
173173
run: |
174-
cp -r $GITHUB_WORKSPACE $HOME/Arduino/libraries/arduinoWebSockets
174+
cp -r $GITHUB_WORKSPACE $HOME/Arduino/libraries/arduinoVNC
175175
176176
- name: config IDE
177177
run: |
@@ -182,6 +182,7 @@ jobs:
182182
arduino --pref update.check=false
183183
184184
- name: build example
185+
timeout-minutes: 20
185186
run: |
186187
export DISPLAY=:1.0
187188
export PATH="$HOME/arduino_ide:$PATH"

0 commit comments

Comments
 (0)