Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jan 31, 2025
1 parent 937dff0 commit 22c57f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

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

- name: Run unit tests
Expand Down

0 comments on commit 22c57f7

Please sign in to comment.