Skip to content

Commit 49532bf

Browse files
committed
GHA seems to have strange booleans
1 parent ca9eed3 commit 49532bf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
restore-keys: ${{ runner.os }}-cargo
6262

6363
- name: Install rustup-toolchain-install-master
64-
if: ${{ steps.cache.outputs.cache-hit == 'false' }}
64+
if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
6565
shell: bash
6666
run: |
6767
cargo install -f rustup-toolchain-install-master

0 commit comments

Comments
 (0)