Skip to content

Commit

Permalink
rm custom cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aggyomfg committed Apr 21, 2024
1 parent 3fae4c9 commit f16b055
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.rustup
key: toolchain-x86_64-unknown-linux-gnu-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -44,11 +39,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.rustup
key: toolchain-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit f16b055

Please sign in to comment.