diff --git a/.github/workflows/commit-ci.yml b/.github/workflows/commit-ci.yml index e7a075fe4..ae68eac87 100644 --- a/.github/workflows/commit-ci.yml +++ b/.github/workflows/commit-ci.yml @@ -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-