mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
use prebuilt-platform flag
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
dc8d7098f1
commit
cb488eab4e
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue