We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe0457 commit e7bd2c8Copy full SHA for e7bd2c8
.github/workflows/build.yml
@@ -346,7 +346,9 @@ jobs:
346
- name: Checkout Actions Repository
347
uses: actions/checkout@v6
348
- name: Install dependencies
349
- run: pacman -Sy --noconfirm --needed cargo devtools gcc-libs openssl cmake gcc14 clang base-devel
+ run: |
350
+ pacman -Sy --noconfirm --needed cargo devtools gcc-libs openssl cmake clang base-devel git
351
+ yay -Sy gcc14
352
- name: Use GCC 14
353
# Because https://github.com/MaterializeInc/rust-krb5-src/issues/28
354
run: |
0 commit comments