We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa6666 commit 13f8440Copy full SHA for 13f8440
1 file changed
.github/workflows/llvm-x86_64-pc-windows-gnu.yml
@@ -30,6 +30,9 @@ jobs:
30
apt-get update
31
apt-get install -y build-essential cmake ninja-build python3 wget libz-dev binutils xz-utils gcc g++
32
33
+ apt-get purge --assume-yes g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
34
+ apt-get install --assume-yes g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
35
+
36
apt-get remove -y llvm-16* clang-16* || true
37
rm -rf /usr/lib/llvm-16
38
0 commit comments