mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-12 22:58:00 +03:00
fix testdemos
This commit is contained in:
parent
bdac0cd83f
commit
5e034c6768
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -112,7 +112,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
demo: ${{ matrix.test.file }}
|
demo: ${{ matrix.test.file }}
|
||||||
desc: ${{ matrix.test.desc }}
|
desc: ${{ matrix.test.desc }}
|
||||||
run: ./runTest.sh
|
run: |
|
||||||
|
mv $GITHUB_WORKSPACE/rehlds/lib/steam_api.dll .
|
||||||
|
./runTest.sh
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
name: 'Linux'
|
name: 'Linux'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user