forked from kscience/kmath
Add missing package installation
This commit is contained in:
parent
248deb1682
commit
2dab0ce40c
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Install libgsl-dev
|
||||
run: sudo apt install -y libgsl-dev
|
||||
run: sudo apt install -y libgsl-dev gcc-multilib
|
||||
- name: Install Chrome
|
||||
run: |
|
||||
sudo apt install -y libappindicator1 fonts-liberation
|
||||
|
Loading…
Reference in New Issue
Block a user