We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2af92a commit f7f6a83Copy full SHA for f7f6a83
.github/workflows/check.yaml
@@ -40,7 +40,7 @@ jobs:
40
if: runner.os == 'Linux'
41
run: |
42
sudo apt-get update
43
- sudo apt-get install libglpk-dev libglpk40
+ sudo apt-get install libglpk-dev libglpk40 libzmq3-dev
44
45
- uses: r-lib/actions/setup-r@v2
46
with:
0 commit comments