Skip to content

Commit e7c8cfc

Browse files
symlink
1 parent 1677d65 commit e7c8cfc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,16 @@ jobs:
297297
timeout-minutes: 90
298298

299299
steps:
300-
- name: Create
300+
- name: Create custom working directory
301301
shell: cmd
302302
if: runner.os == 'Windows' && matrix.config.working-directory
303303
run: if not exist "${{ matrix.config.working-directory }}" mkdir "${{ matrix.config.working-directory }}"
304+
305+
- name: Symlink custom working directory
306+
shell: cmd
307+
if: runner.os == 'Windows' && matrix.config.working-directory
308+
run: |
309+
mklink /d "${{ matrix.config.working-directory }}" "C:\actions-runner\_work\arduino-ide\arduino-ide"
304310
305311
- name: Checkout
306312
if: fromJSON(matrix.config.container) == null

0 commit comments

Comments
 (0)