Skip to content

Commit 2039e7c

Browse files
committed
Checking for a cached value without having a cache is useless
1 parent ccb3328 commit 2039e7c

File tree

1 file changed

+1
-4
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+1
-4
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,7 @@ jobs:
198198
- name: get changes from rustc
199199
run: ./miri rustc-pull
200200
- name: Install rustup-toolchain-install-master
201-
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
202-
shell: bash
203-
run: |
204-
cargo install -f rustup-toolchain-install-master
201+
run: cargo install -f rustup-toolchain-install-master
205202
- name: format changes (if any)
206203
run: |
207204
./miri toolchain

0 commit comments

Comments
 (0)