Skip to content

Commit

Permalink
Update erlang.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 11, 2024
1 parent 72eed06 commit 9630052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
steps:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@v4
- name: Pre-Compile
- name: Apt update
run: sudo apt-get update
- name: Pre-Compile
run: sudo apt-get install -y libpam0g-dev
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 9630052

Please sign in to comment.