Skip to content

Commit

Permalink
Install libkrb5 on ubuntu in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-dias committed Aug 27, 2024
1 parent c0ea0cd commit c625829
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: install kerberos dependencies on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev

- name: compile ${{ matrix.crate }}
shell: bash
env:
Expand Down

0 comments on commit c625829

Please sign in to comment.