mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
use arm64 release
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
5498d75bae
commit
d20a83ad62
1 changed files with 4 additions and 2 deletions
6
.github/workflows/basic_cli_test_arm64.yml
vendored
6
.github/workflows/basic_cli_test_arm64.yml
vendored
|
|
@ -17,5 +17,7 @@ jobs:
|
|||
repository: roc-lang/basic-cli
|
||||
ref: main
|
||||
|
||||
- name: Run all tests with latest roc release + latest basic-cli release
|
||||
run: ./ci/test_latest_release.sh
|
||||
- name: Run all tests with latest roc nightly + latest basic-cli release
|
||||
run: |
|
||||
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
|
||||
./ci/test_latest_release.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue