ci: Use more variables for LLVM and QT

This commit is contained in:
Megamouse
2025-03-04 22:45:44 +01:00
parent 760e43ad2c
commit d3c5cc7b13
7 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh -ex
curl -fLo "./llvm.lock" "https://github.com/RPCS3/llvm-mirror/releases/download/custom-build-win-19.1.7/llvmlibs_mt.7z.sha256"
curl -fLo "./llvm.lock" "https://github.com/RPCS3/llvm-mirror/releases/download/custom-build-win-${LLVM_VER}/llvmlibs_mt.7z.sha256"
curl -fLo "./glslang.lock" "https://github.com/RPCS3/glslang/releases/download/custom-build-win/glslanglibs_mt.7z.sha256"