File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,18 +210,6 @@ jobs:
210210 echo "Using $(which ccache)"
211211 ccache --version
212212
213- - name : Cache LLVM
214- if : matrix.platform.name == 'Windows'
215- id : llvm-cache
216- uses : actions/cache@v4
217- with :
218- path : " C:\\ Program Files\\ LLVM"
219- key : llvm-17.0.6
220-
221- - name : Update LLVM on Windows
222- if : runner.os == 'Windows' && steps.llvm-cache.outputs.cache-hit != 'true'
223- run : choco upgrade llvm --version=17.0.6
224-
225213 - name : Configure CMake
226214 run : cmake --preset dev -DCMAKE_VERBOSE_MAKEFILE=ON ${{matrix.platform.flags}} ${{matrix.config.flags}} ${{matrix.type.flags}}
227215
@@ -377,18 +365,6 @@ jobs:
377365 run : |
378366 curl.exe -o run-clang-tidy https://raw.githubusercontent.com/llvm/llvm-project/llvmorg-15.0.7/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
379367
380- - name : Cache LLVM
381- if : matrix.platform.name == 'Windows'
382- id : llvm-cache
383- uses : actions/cache@v4
384- with :
385- path : " C:\\ Program Files\\ LLVM"
386- key : llvm-17.0.6
387-
388- - name : Update LLVM on Windows
389- if : runner.os == 'Windows' && steps.llvm-cache.outputs.cache-hit != 'true'
390- run : choco upgrade llvm --version=17.0.6
391-
392368 - name : Install Linux Dependencies
393369 if : runner.os == 'Linux'
394370 run : sudo apt-get update && sudo apt-get install libfreetype-dev libxrandr-dev libxcursor-dev libxi-dev libudev-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev
You can’t perform that action at this time.
0 commit comments