forked from kscience/kmath
Added build-essential to ubuntu-20.04 job
This commit is contained in:
parent
17e6ebbc14
commit
391eb28cad
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
- name: Install build-essential
|
||||||
|
run: |
|
||||||
|
sudo apt install -y build-essential
|
||||||
- name: Install Chrome
|
- name: Install Chrome
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y libappindicator1 fonts-liberation
|
sudo apt install -y libappindicator1 fonts-liberation
|
||||||
|
Loading…
Reference in New Issue
Block a user