2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-12 14:48:00 +03:00

fix testdemos

This commit is contained in:
s1lentq 2024-12-15 18:31:28 +07:00
parent bdac0cd83f
commit 5e034c6768

View File

@ -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'