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:
|
||||
java-version: 11
|
||||
- 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
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user