Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Oct 11, 2024
1 parent ba2177d commit 51bd349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: llvm-config.exe
key: llvm-dlls-${{ inputs.llvm_version }}-${{ hashFiles('etc/win-ci/build-llvm.ps1') }}-msvc
key: llvm-dlls-${{ env.CI_LLVM_VERSION }}-${{ hashFiles('etc/win-ci/build-llvm.ps1') }}-msvc
fail-on-cache-miss: true

- name: Set up environment
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: llvm-config.exe
key: llvm-dlls-${{ inputs.llvm_version }}-${{ hashFiles('etc/win-ci/build-llvm.ps1') }}-msvc
key: llvm-dlls-${{ env.CI_LLVM_VERSION }}-${{ hashFiles('etc/win-ci/build-llvm.ps1') }}-msvc
fail-on-cache-miss: true

- name: Set up environment
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: llvm-config.exe
key: llvm-dlls-${{ inputs.llvm_version }}-${{ hashFiles('etc/win-ci/build-llvm.ps1') }}-msvc
key: llvm-dlls-${{ env.CI_LLVM_VERSION }}-${{ hashFiles('etc/win-ci/build-llvm.ps1') }}-msvc
fail-on-cache-miss: true

- name: Set up environment
Expand Down

0 comments on commit 51bd349

Please sign in to comment.