Skip to content

Commit 8cae366

Browse files
create on link
1 parent e7c8cfc commit 8cae366

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
@@ -296,12 +296,7 @@ jobs:
296296

297297
timeout-minutes: 90
298298

299-
steps:
300-
- name: Create custom working directory
301-
shell: cmd
302-
if: runner.os == 'Windows' && matrix.config.working-directory
303-
run: if not exist "${{ matrix.config.working-directory }}" mkdir "${{ matrix.config.working-directory }}"
304-
299+
steps:
305300
- name: Symlink custom working directory
306301
shell: cmd
307302
if: runner.os == 'Windows' && matrix.config.working-directory

0 commit comments

Comments
 (0)