We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d1777 commit 70fc81bCopy full SHA for 70fc81b
1 file changed
.github/workflows/build.yml
@@ -51,12 +51,11 @@ jobs:
51
fi
52
53
sudo apt install -y "${PKGS[@]}"
54
- - uses: msys2/setup-msys2@v2
+ - name: Install clang
55
if: ${{ endsWith(matrix.setup.target, 'gnullvm') }}
56
- with:
57
- msystem: CLANG64
58
- pacboy: clang:c
59
- release: false
+ shell: bash
+ run: |
+ pacman -S --noconfirm mingw-w64-clang-x86_64-clang
60
- name: Setup target
61
if: ${{ matrix.setup.target }}
62
run: rustup +${{ matrix.toolchain }} target install ${{ matrix.setup.target }}
0 commit comments