Skip to content

Commit

Permalink
ci: redo LLVM build on Windows
Browse files Browse the repository at this point in the history
MinGW got updated, so it looks like we need to do a new LLVM build.
  • Loading branch information
aykevl committed Sep 21, 2023
1 parent 731532c commit e79b18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/cache/restore@v3
id: cache-llvm-build
with:
key: llvm-build-16-windows-v1
key: llvm-build-16-windows-v2
path: llvm-build
- name: Build LLVM
if: steps.cache-llvm-build.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e79b18d

Please sign in to comment.