Skip to content

Commit

Permalink
libzmq3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 16, 2023
1 parent 3b16f37 commit 22bbd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libglpk-dev libglpk40 libmbedtls-dev
sudo apt-get install libglpk-dev libglpk40 libmbedtls-dev libzmq3-dev
- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libglpk-dev libglpk40 libmbedtls-dev
sudo apt-get install libglpk-dev libglpk40 libmbedtls-dev libzmq3-dev
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 22bbd72

Please sign in to comment.