Skip to content

Commit e7bd2c8

Browse files
committed
ok
1 parent abe0457 commit e7bd2c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@ jobs:
346346
- name: Checkout Actions Repository
347347
uses: actions/checkout@v6
348348
- name: Install dependencies
349-
run: pacman -Sy --noconfirm --needed cargo devtools gcc-libs openssl cmake gcc14 clang base-devel
349+
run: |
350+
pacman -Sy --noconfirm --needed cargo devtools gcc-libs openssl cmake clang base-devel git
351+
yay -Sy gcc14
350352
- name: Use GCC 14
351353
# Because https://github.com/MaterializeInc/rust-krb5-src/issues/28
352354
run: |

0 commit comments

Comments
 (0)