Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
juulSme committed Feb 23, 2023
1 parent e83f1f1 commit 1f982e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: erlef/setup-beam@v1
with:
otp-version: 22.x
otp-version: 23.x
elixir-version: 1.10.x
- name: Install dependencies
run: mix do local.hex --force, local.rebar --force, deps.get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: erlef/setup-beam@v1
id: beam
with:
otp-version: 22.x
otp-version: 23.x
elixir-version: ${{matrix.elixir}}
- name: Cache deps
uses: actions/cache@v2
Expand Down

0 comments on commit 1f982e5

Please sign in to comment.