Skip to content

Commit 12773ee

Browse files
FIX Fixing llvm-x86_64-pc-windows-gnu
1 parent f592125 commit 12773ee

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/llvm-x86_64-pc-windows-gnu.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-llvm:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ghcr.io/cross-rs/x86_64-pc-windows-gnu
11+
image: devcheck/x86_64-pc-windows-gnu:latest
1212
permissions:
1313
contents: write
1414
env:
@@ -28,22 +28,10 @@ jobs:
2828
- name: Installing dependencies
2929
run: |
3030
apt-get update
31-
apt-get install -y software-properties-common
31+
apt-get install -y build-essential cmake ninja-build python3 wget libz-dev binutils xz-utils
3232
33-
add-apt-repository -y ppa:ubuntu-toolchain-r/test
34-
apt-get update
35-
36-
apt-get purge -y gcc g++ || true
37-
apt-get install -y build-essential cmake ninja-build python3 wget libz-dev binutils xz-utils gcc-10 g++-10
38-
39-
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100
40-
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100
41-
42-
apt-get purge --assume-yes g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
43-
apt-get install --assume-yes g++-mingw-w64-x86-64 gfortran-mingw-w64-x86-64
44-
45-
apt-get remove -y llvm-16* clang-16* || true
46-
rm -rf /usr/lib/llvm-16
33+
apt-get remove -y llvm-14* clang-14* || true
34+
rm -rf /usr/lib/llvm-14
4735
4836
- name: Downloading LLVM project
4937
run: |

0 commit comments

Comments
 (0)