Skip to content

Commit

Permalink
fix testdemos
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Dec 15, 2024
1 parent bdac0cd commit 5e034c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ jobs:
env:
demo: ${{ matrix.test.file }}
desc: ${{ matrix.test.desc }}
run: ./runTest.sh
run: |
mv $GITHUB_WORKSPACE/rehlds/lib/steam_api.dll .
./runTest.sh
linux:
name: 'Linux'
Expand Down

0 comments on commit 5e034c6

Please sign in to comment.