Skip to content

Commit

Permalink
[TMP] reset llvm cache key to force grabbing llvm from my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden committed Jan 17, 2024
1 parent ee6726b commit fa1f53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Check if packages cache exists
env:
# Increase this value to reset cache
CACHE_NUMBER: 1
CACHE_NUMBER: 3
run: |
LLVM_COMMIT_ID=$(git ls-remote https://github.com/intel/llvm.git refs/heads/genx | cut -f1)
echo "Latest llvm genx commit id: $LLVM_COMMIT_ID"
Expand Down

0 comments on commit fa1f53b

Please sign in to comment.