Skip to content

Commit

Permalink
ci: use tweaked x18 tagging logic
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Feb 25, 2025
1 parent bca7674 commit e0b8e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit e0b8e03

Please sign in to comment.