diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a90a31d..087b16f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 868e844..30463ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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