Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 23, 2024
1 parent c04e7d4 commit ff3980f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pamtester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
pamtester:
runs-on: ubuntu-latest
steps:
- run: suod apt update
- run: sudo apt update
- run: sudo apt install pamtester gcc make libpam-dev libkrb5-dev krb5-user krb5-k5tls
- uses: actions/checkout@v4
- run: make
Expand All @@ -22,7 +22,7 @@ jobs:
pamtester_debug:
runs-on: ubuntu-latest
steps:
- run: suod apt update
- run: sudo apt update
- run: sudo apt install pamtester gcc make libpam-dev libkrb5-dev krb5-user krb5-k5tls
- uses: actions/checkout@v4
- run: make
Expand Down

0 comments on commit ff3980f

Please sign in to comment.