Skip to content

Commit

Permalink
Add back pre-compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 26, 2024
1 parent 26ceb3b commit 973ad05
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: sudo apt-get install -y libpam0g-dev
- name: Compile
run: ./rebar3 compile
- name: Run xref and dialyzer
Expand Down

0 comments on commit 973ad05

Please sign in to comment.