Skip to content

Commit

Permalink
Install Hex
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Aug 5, 2024
1 parent 1785e90 commit 3277cef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
otp: "27.0.1"
steps:
- uses: actions/checkout@v4
- run: |
- name: Generate .tool-versions file
run: |
echo "elixir ${{ matrix.pair.elixir }}" >> .tool-versions
echo "erlang ${{ matrix.pair.otp }}" >> .tool-versions
cat .tool-versions
- uses: asdf-vm/actions/install@v3
- name: Install Hex package manager
run: mix local.hex --force
- run: mix format --check-formatted
- run: mix test
test_ubuntu:
Expand Down

0 comments on commit 3277cef

Please sign in to comment.