We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bd2c8 commit 54c89f1Copy full SHA for 54c89f1
.github/workflows/build.yml
@@ -348,6 +348,9 @@ jobs:
348
- name: Install dependencies
349
run: |
350
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
354
yay -Sy gcc14
355
- name: Use GCC 14
356
# Because https://github.com/MaterializeInc/rust-krb5-src/issues/28
0 commit comments