Skip to content

Commit

Permalink
Fix Kerberos library
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere committed Apr 3, 2023
1 parent cfb4dc1 commit 2ea57c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Kerberos libraries
run: |
sudo apt-get update
sudo apt-get install -y krb5-libs krb5-dev
sudo apt-get install -y libkrb5-dev
- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 2ea57c2

Please sign in to comment.