Skip to content

Commit

Permalink
Update build-secpasswd.yml
Browse files Browse the repository at this point in the history
liboath pkgs added
  • Loading branch information
fam007e authored Oct 1, 2024
1 parent ed6c40a commit 8264466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-secpasswd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libssl-dev oathtool
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y build-essential libssl-dev oathtool liboath0 liboath-dev && sudo apt-get update
- name: Clean previous build
run: make clean
Expand Down

0 comments on commit 8264466

Please sign in to comment.