diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 5c60476..7d8659c 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: |