target path fix

This commit is contained in:
Anton-4 2023-09-19 16:18:04 +02:00
parent 40ba121148
commit 2021a8fde4
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: |
cd ci/repl_basic_test
cargo build --release
cp /target/release/repl_basic_test ../../roc_nightly
cp target/release/repl_basic_test ../../roc_nightly
cd ../../roc_nightly
./repl_basic_test

View File

@ -58,7 +58,7 @@ fi
# test repl
cd ../ci/repl_basic_test
cargo build --release
cp /target/release/repl_basic_test ../../roc_nightly
cp target/release/repl_basic_test ../../roc_nightly
cd ../../roc_nightly
./repl_basic_test