Skip to content

Commit

Permalink
Merge pull request #61 from Betree/fix/ci
Browse files Browse the repository at this point in the history
Fix Github actions CI config
  • Loading branch information
Betree committed Apr 8, 2022
2 parents 19b9065 + 4745ec2 commit cf24fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
path: deps
key: ${{ runner.os }}-deps
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: "22.2"
elixir-version: "1.9.4"
Expand All @@ -31,7 +31,7 @@ jobs:
with:
path: deps
key: ${{ runner.os }}-deps
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: "22.2"
elixir-version: "1.9.4"
Expand All @@ -53,7 +53,7 @@ jobs:
with:
path: priv/plts
key: ${{ runner.os }}-plts
- uses: actions/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: "22.2"
elixir-version: "1.9.4"
Expand Down

0 comments on commit cf24fae

Please sign in to comment.