File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -308,15 +308,19 @@ jobs:
308
308
timeout-minutes : 90
309
309
310
310
steps :
311
- - name : Symlink custom working directory
311
+ - name : Symlink custom working directory (Window local runner)
312
312
shell : cmd
313
- if : runner.os == 'Windows ' && matrix.config.working-directory
313
+ if : runner.name == 'WINDOWS-SIGN-PC ' && matrix.config.working-directory
314
314
run : |
315
315
if not exist "${{ matrix.config.working-directory }}" mklink /d "${{ matrix.config.working-directory }}" "C:\actions-runner\_work\arduino-ide\arduino-ide"
316
316
317
317
- name : Checkout
318
318
uses : actions/checkout@v4
319
319
320
+ - name : Set Safe Directory (Window local runner)
321
+ if : runner.name == 'WINDOWS-SIGN-PC'
322
+ run : git config --global --add safe.directory C:/actions-runner/_work/arduino-ide/arduino-ide
323
+
320
324
321
325
- name : Install Node.js
322
326
if : runner.name != 'WINDOWS-SIGN-PC'
You can’t perform that action at this time.
0 commit comments