Skip to content

Commit

Permalink
Update to version 0.14.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Dec 10, 2024
1 parent db334e8 commit 826c440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:

- name: Install uiua
run: |
gh release download 0.14.0-dev.6 --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
gh release download "${VERSION}" --repo uiua-lang/uiua --pattern uiua-bin-x86_64-unknown-linux-gnu-no-audio.zip --output uiua.zip
unzip uiua.zip
echo "${PWD}" >> "${GITHUB_PATH}"
env:
VERSION: 0.14.0-dev.7
GH_TOKEN: ${{ github.token }}

- name: Verify all exercises
Expand Down

0 comments on commit 826c440

Please sign in to comment.