Skip to content

Commit

Permalink
Install pam dev files needed for build
Browse files Browse the repository at this point in the history
  • Loading branch information
daikema authored Sep 20, 2024
1 parent 5b7979c commit 0f2c627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install libpam0g-dev
run: sudo apt-get update && sudo apt-get install -y libpam0g-dev

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 0f2c627

Please sign in to comment.