build: update llvm cache to use tagged LLVM source version

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-04-29 21:08:51 +02:00
committed by Ron Evans
parent ad0af607ef
commit 293b620faf
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
uses: actions/cache/restore@v4
id: cache-llvm-source
with:
key: llvm-source-17-linux-nix-v1
key: llvm-source-17-linux-nix-v2
path: |
llvm-project/compiler-rt
- name: Download LLVM source