forked from kscience/kmath
Add Chrome installing action
This commit is contained in:
parent
3eb050d3d1
commit
3602bce133
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
@ -13,7 +13,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
- name: Install libgsl-dev
|
- name: Install libgsl-dev
|
||||||
run: sudo apt install libgsl-dev
|
run: sudo apt install -y libgsl-dev
|
||||||
|
- name: Install Chrome
|
||||||
|
run: |
|
||||||
|
sudo apt install -y libappindicator1 fonts-liberation
|
||||||
|
cd /temp
|
||||||
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
|
sudo dpkg -i google-chrome*.deb
|
||||||
- name: Cache gradle
|
- name: Cache gradle
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user