Skip to content

Commit

Permalink
Add pam dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 26, 2024
1 parent 99c165b commit ff8c88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
- name: Pre-Compile
run: apt-get update && apt-get install -y libpam0g-dev
- name: Compile
run: ./rebar3 compile
- name: Run xref and dialyzer
Expand Down

0 comments on commit ff8c88a

Please sign in to comment.