Update CI setup again
Continuous Integration / Build (push) Failing after 6m53s

(I hate this so much)
This commit is contained in:
2026-08-07 01:23:10 +02:00
parent 79525ea2ba
commit d286f47972
2 changed files with 12 additions and 11 deletions
+1
View File
@@ -40,6 +40,7 @@ done
# settings
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD 2> /dev/null || echo "none")
GIT_BRANCH="${GIT_BRANCH//\//-}"
GIT_HEAD=$(git rev-parse HEAD || echo "none")
TOOLCHAIN_32="${TOOLCHAIN_32:-"/usr/share/mingw/toolchain-i686-w64-mingw32.cmake"}"
TOOLCHAIN_64="${TOOLCHAIN_64:-"/usr/share/mingw/toolchain-x86_64-w64-mingw32.cmake"}"