Skip to content

Commit 54c89f1

Browse files
committed
ok
1 parent e7bd2c8 commit 54c89f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ jobs:
348348
- name: Install dependencies
349349
run: |
350350
pacman -Sy --noconfirm --needed cargo devtools gcc-libs openssl cmake clang base-devel git
351+
git clone https://aur.archlinux.org/yay-bin.git
352+
cd yay-bin
353+
makepkg -si
351354
yay -Sy gcc14
352355
- name: Use GCC 14
353356
# Because https://github.com/MaterializeInc/rust-krb5-src/issues/28

0 commit comments

Comments
 (0)