Skip to content

Commit

Permalink
remove unused/unsupported CI action params
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi committed Jul 27, 2024
1 parent 0f53d12 commit 59b57d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
default: true

- id: get-cache-key
run: echo "key=mix-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ hashFiles('**/mix.lock') }}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -117,8 +115,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
default: true

- name: Add targets
run: |
Expand Down

0 comments on commit 59b57d0

Please sign in to comment.