Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 24, 2024
1 parent f160876 commit f7c0a59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29

- name: Install arturo
uses: curl -sSL https://get.arturo-lang.io/latest | sh
run: |
curl -sSL https://get.arturo-lang.io/latest | sh
echo $HOME/.arturo/bin >> $GITHUB_PATH
- name: Verify all exercises
run: bin/verify-exercises

0 comments on commit f7c0a59

Please sign in to comment.