diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8977a2..a90a31d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,9 +26,7 @@ jobs: uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: - # otp-version: "26.0.2" gleam-version: "1.5.0" - rebar3-version: "3" - name: Download WASM version of Gleam compiler run: ./bin/download-compiler diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1433fb7..868e844 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,10 +14,8 @@ jobs: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: - # otp-version: "26.0.2" # Ensure you update the bin/download-compiler Gleam version to match this gleam-version: "1.5.0" - rebar3-version: "3" - run: ./bin/download-compiler - run: gleam deps download - run: gleam format --check src test