Merge branch 'main' into update-gh-actions

This commit is contained in:
Pseudomata 2024-01-28 10:14:01 -05:00 committed by GitHub
commit e8fcb44b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 91 additions and 70 deletions

View file

@ -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