... | ... |
@@ -54,7 +54,7 @@ jobs: |
54 | 54 |
sudo apt-get install -y qpdf |
55 | 55 |
|
56 | 56 |
- name: Install python-glpk |
57 |
- if: runner.os == 'Linux' && matrix.config.image == null |
|
57 |
+ if: matrix.config.os == 'ubuntu-16.04' && matrix.config.image == null |
|
58 | 58 |
run: | |
59 | 59 |
sudo apt-get install -y python-glpk |
60 | 60 |
|