ci: fix linux release build for realsies this time pinky promise

This commit is contained in:
Andrei Alexeyev 2022-11-19 23:12:33 +01:00
parent 8ed0d63949
commit d74f54eb8e
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -89,10 +89,10 @@ jobs:
meson install -C build/linux
- name: Unwanted Library Check
run: $(pwd)/scripts/smoke-test-standalone-linux-exe.py $(pwd)/build-release/bin/taisei
run: $(pwd)/scripts/smoke-test-standalone-linux-exe.py $(pwd)/build-release/taisei
- name: Run Test
run: $(pwd)/build-release/bin/taisei -R $(pwd)/misc/ci/tests/test-replay.tsr
run: $(pwd)/build-release/taisei -R $(pwd)/misc/ci/tests/test-replay.tsr
env:
TAISEI_NOPRELOAD: ${{ env.TAISEI_NOPRELOAD }}
TAISEI_PRELOAD_REQUIRED: ${{ env.TAISEI_PRELOAD_REQUIRED }}