|
26 | 26 | path: llvm/lib/libclang.so* |
27 | 27 | key: llvm-17 |
28 | 28 | - name: Install LLVM and Clang |
29 | | - uses: KyleMayes/install-llvm-action@v1 |
| 29 | + uses: KyleMayes/install-llvm-action@v2 |
30 | 30 | with: |
31 | 31 | version: "17.0" |
32 | 32 | cached: ${{ steps.cache-llvm.outputs.cache-hit }} |
|
56 | 56 | path: llvm/lib/libclang.so* |
57 | 57 | key: llvm-17 |
58 | 58 | - name: Install LLVM and Clang |
59 | | - uses: KyleMayes/install-llvm-action@v1 |
| 59 | + uses: KyleMayes/install-llvm-action@v2 |
60 | 60 | with: |
61 | 61 | version: "17.0" |
62 | 62 | cached: ${{ steps.cache-llvm.outputs.cache-hit }} |
|
96 | 96 | path: llvm/lib/libclang.so* |
97 | 97 | key: llvm-17 |
98 | 98 | - name: Install LLVM and Clang |
99 | | - uses: KyleMayes/install-llvm-action@v1 |
| 99 | + uses: KyleMayes/install-llvm-action@v2 |
100 | 100 | with: |
101 | 101 | version: "17.0" |
102 | 102 | cached: ${{ steps.cache-llvm.outputs.cache-hit }} |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | path: llvm/lib/libclang.so* |
127 | 127 | key: llvm-17 |
128 | 128 | - name: Install LLVM and Clang |
129 | | - uses: KyleMayes/install-llvm-action@v1 |
| 129 | + uses: KyleMayes/install-llvm-action@v2 |
130 | 130 | with: |
131 | 131 | version: "17.0" |
132 | 132 | cached: ${{ steps.cache-llvm.outputs.cache-hit }} |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | path: llvm/lib/libclang.so* |
159 | 159 | key: llvm-11 |
160 | 160 | - name: Install LLVM and Clang |
161 | | - uses: KyleMayes/install-llvm-action@v1 |
| 161 | + uses: KyleMayes/install-llvm-action@v2 |
162 | 162 | with: |
163 | 163 | version: "11.0" |
164 | 164 | cached: ${{ steps.cache-llvm.outputs.cache-hit }} |
|
0 commit comments