Skip to content

Commit

Permalink
install krb5-user
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Jul 8, 2021
1 parent 2da59bc commit cd021c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Add hosts entry
run: echo "127.0.0.1 ns.example.com" | sudo tee -a /etc/hosts

- name: Install krb5-user
run: sudo apt-get install krb5-user

- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit cd021c7

Please sign in to comment.