Skip to content

Commit

Permalink
Fix CI workflow restoration from the wrong platform cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Apr 9, 2022
1 parent a71b224 commit de51058
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ jobs:
restore-keys: |
lint-deps-${{matrix.os.name}}-${{matrix.build-config.id}}-
lint-deps-${{matrix.os.name}}-
lint-deps-
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -164,7 +163,6 @@ jobs:
restore-keys: |
doc-deps-${{matrix.os.name}}-${{matrix.build-config.id}}-
doc-deps-${{matrix.os.name}}-
doc-deps-
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -210,7 +208,6 @@ jobs:
restore-keys: |
build-deps-${{matrix.os.name}}-${{matrix.build-config.id}}-
build-deps-${{matrix.os.name}}-
build-deps-
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit de51058

Please sign in to comment.