diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b541d11d..14669025e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: path: | llvm-project/build/bin llvm-project/build/lib/clang - key: ${{ runner.os }}-clang-2 + key: ${{ runner.os }}-clang-fw/tweak-tagging - name: Cache built runtime libraries id: cache-rtlibs uses: actions/cache@v4 @@ -137,7 +137,7 @@ jobs: uses: actions/checkout@v4 with: repository: immunant/llvm-project - ref: fw/instrument-llvm-ir + ref: fw/tweak-tagging path: ${{ github.workspace }}/llvm-project - name: Build Clang if: steps.cache-clang.outputs.cache-hit != 'true'