Skip to content

Commit

Permalink
Update GitHub Action's runner
Browse files Browse the repository at this point in the history
1. Install Kerberos client libraries for compiling packages.
  • Loading branch information
ggonzr committed Feb 20, 2024
1 parent 40258d8 commit c0d625b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true

- name: Install Kerberos client
run: |
sudo apt-get install -y libkrb5-dev
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit c0d625b

Please sign in to comment.