mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Merge branch 'main' into update-gh-actions
This commit is contained in:
commit
e8fcb44b25
4 changed files with 91 additions and 70 deletions
4
.github/workflows/basic_cli_test_arm64.yml
vendored
4
.github/workflows/basic_cli_test_arm64.yml
vendored
|
|
@ -53,10 +53,6 @@ jobs:
|
|||
latestTag=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
git checkout $latestTag
|
||||
|
||||
# temp issue with new string interpolation syntax
|
||||
# TODO undo when 0.7.2 or 0.8.0 is released
|
||||
- run: sed -i 's/\$//g' basic-cli/examples/tcp-client.roc
|
||||
|
||||
- name: Run all tests with latest roc nightly and latest basic-cli release
|
||||
run: |
|
||||
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue