Skip to content

Commit 22c57f7

Browse files
committed
Fix
1 parent 937dff0 commit 22c57f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Sanity check release excecutable
107107
if: matrix.BuildType == 'Release'
108-
working-directory: ${{ runner.temp }}\shadow_build_dir
108+
working-directory: ${{ runner.temp }}/shadow_build_dir
109109
run: xvfb-run -a ./${{ env.ARTIFACT }} --simple-boot-test
110110

111111
- name: Run unit tests

0 commit comments

Comments
 (0)