Skip to content

Commit

Permalink
modify path of llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Apr 16, 2024
1 parent a54033e commit d6e01e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cache-llvm
uses: actions/cache@v2
with:
path: C:\ProgramData\chocolatey\lib\llvm
path: C:\\Program Files\\LLVM
key: ${{ runner.os }}-llvm-17.0.6
restore-keys: |
${{ runner.os }}-llvm-
Expand Down

0 comments on commit d6e01e4

Please sign in to comment.