From 59b57d0532f33ffe2f01b9cacd834c5b97676c58 Mon Sep 17 00:00:00 2001 From: Philipp Tessenow Date: Sat, 27 Jul 2024 23:14:11 +0200 Subject: [PATCH] remove unused/unsupported CI action params --- .github/workflows/elixir-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 5c60476e..7d8659c5 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -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 @@ -117,8 +115,6 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: toolchain: stable - override: true - default: true - name: Add targets run: |