Skip to content

Commit

Permalink
Fix CI!
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 26, 2024
1 parent cd96d7b commit 6e4a446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: false
# Ensure you update the bin/download-compiler Gleam version to match this
gleam-version: "1.5.0"

- name: Download WASM version of Gleam compiler
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: false
# Ensure you update the bin/download-compiler Gleam version to match this
gleam-version: "1.5.0"
- run: ./bin/download-compiler
Expand Down

0 comments on commit 6e4a446

Please sign in to comment.