Skip to content

Commit 08a1c09

Browse files
committed
Added the gssapi headers to the Unix GH action for the release
1 parent 73db136 commit 08a1c09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Checkout sources
1515
uses: actions/checkout@v3
1616

17+
- name: Installing `gssapi` headers
18+
run: sudo apt -y install gcc libgssapi-krb5-2 libkrb5-dev libsasl2-modules-gssapi-mit
19+
1720
- name: Install stable toolchain
1821
uses: actions-rs/toolchain@v1
1922
with:

0 commit comments

Comments
 (0)