fix dep install on cli/lib

This commit is contained in:
Jai A 2023-03-30 14:25:14 -07:00
parent 8a614be027
commit f1a9a4b580
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C
2 changed files with 2 additions and 4 deletions

View File

@ -8,14 +8,13 @@ env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./theseus_cli
steps:
- uses: actions/checkout@v2
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf

View File

@ -8,14 +8,13 @@ env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./theseus
steps:
- uses: actions/checkout@v2
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf