Skip to content

Commit

Permalink
missing sudo in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Aug 13, 2024
1 parent cf132f8 commit 6254d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install_by_pak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- name: Install libglpk40
run: apt-get install -y libglpk40
if: ${{ matrix.config.os == 'ubuntu-latest' }}
run: sudo apt-get install -y libglpk40

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 6254d1d

Please sign in to comment.