Skip to content

Commit 70fc81b

Browse files
committed
ci: run pacman directly
1 parent e7d1777 commit 70fc81b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ jobs:
5151
fi
5252
5353
sudo apt install -y "${PKGS[@]}"
54-
- uses: msys2/setup-msys2@v2
54+
- name: Install clang
5555
if: ${{ endsWith(matrix.setup.target, 'gnullvm') }}
56-
with:
57-
msystem: CLANG64
58-
pacboy: clang:c
59-
release: false
56+
shell: bash
57+
run: |
58+
pacman -S --noconfirm mingw-w64-clang-x86_64-clang
6059
- name: Setup target
6160
if: ${{ matrix.setup.target }}
6261
run: rustup +${{ matrix.toolchain }} target install ${{ matrix.setup.target }}

0 commit comments

Comments
 (0)