Skip to content

Commit

Permalink
Merge pull request #6366 from roc-lang/dollar-version-mismatch
Browse files Browse the repository at this point in the history
interpolation version mismatch patch
  • Loading branch information
Anton-4 authored Jan 8, 2024
2 parents fe6c6a0 + 60ce605 commit c8b157a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/basic_cli_test_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ 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
Expand Down

0 comments on commit c8b157a

Please sign in to comment.