Skip to content

Commit

Permalink
Use sudo to apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 11, 2024
1 parent 747d69c commit 72eed06
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 @@ -25,7 +25,8 @@ jobs:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@v4
- name: Pre-Compile
run: apt-get update && apt-get install -y libpam0g-dev
run: sudo apt-get update
run: sudo apt-get install -y libpam0g-dev
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 72eed06

Please sign in to comment.