Skip to content

Commit

Permalink
do not install tools
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 7, 2024
1 parent 81db05b commit 781516c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install asdf & tools
uses: asdf-vm/actions/install@v3
- name: Install asdf
uses: asdf-vm/actions/setup@v3

- name: Install Erlang and Elixir
run: |
Expand Down Expand Up @@ -77,8 +77,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install asdf & tools
uses: asdf-vm/actions/install@v3
- name: Install asdf
uses: asdf-vm/actions/setup@v3

- name: Install Erlang and Elixir
run: |
Expand Down

0 comments on commit 781516c

Please sign in to comment.