We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937dff0 commit 22c57f7Copy full SHA for 22c57f7
.github/workflows/linux.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Sanity check release excecutable
107
if: matrix.BuildType == 'Release'
108
- working-directory: ${{ runner.temp }}\shadow_build_dir
+ working-directory: ${{ runner.temp }}/shadow_build_dir
109
run: xvfb-run -a ./${{ env.ARTIFACT }} --simple-boot-test
110
111
- name: Run unit tests
0 commit comments