Add github actions for windows llvm

This commit is contained in:
Megamouse
2025-06-12 19:07:54 +02:00
parent af0432a44b
commit ab55500f01
6 changed files with 177 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh -ex
# First let's see print some info about our caches
# First let's print some info about our caches
"$(cygpath -u "$CCACHE_BIN_DIR")"/ccache.exe --show-stats -v
# BUILD_blablabla is Azure specific, so we wrap it for portability