Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 10, 2023
1 parent d0de4c2 commit 1dda8bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Install mix_gleam
run: mix archive.install hex mix_gleam
run: |
mix local.hex --force
mix archive.install hex mix_gleam
- name: Install dependencies
run: mix deps.get
- name: Run tests
Expand Down

0 comments on commit 1dda8bc

Please sign in to comment.