Skip to content

Commit 71eef69

Browse files
Remove step
1 parent 32f22b1 commit 71eef69

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -310,18 +310,13 @@ jobs:
310310
steps:
311311
- name: Symlink custom working directory (Window local runner)
312312
shell: cmd
313-
if: runner.name == 'WINDOWS-SIGN-PC' && matrix.config.working-directory
313+
if: runner.os == 'Windows' && matrix.config.working-directory
314314
run: |
315315
if not exist "${{ matrix.config.working-directory }}" mklink /d "${{ matrix.config.working-directory }}" "C:\actions-runner\_work\arduino-ide\arduino-ide"
316316
317317
- name: Checkout
318318
uses: actions/checkout@v4
319319

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-
324-
325320
- name: Install Node.js
326321
if: runner.name != 'WINDOWS-SIGN-PC'
327322
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)