use prebuilt-platform flag

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-11-17 15:15:30 +01:00 committed by GitHub
parent dc8d7098f1
commit cb488eab4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,8 @@ jobs:
cp -r examples ../..
cp -r ci ../..
cd ../..
ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ./ci/all_tests.sh
- name: run tests
run: |
cd basic-cli-platform
ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ROC_BUILD_FLAGS=--prebuilt-platform ./ci/all_tests.sh