forked from didirus/AstralRinth
install dependencies
This commit is contained in:
5
.github/workflows/cli-build.yml
vendored
5
.github/workflows/cli-build.yml
vendored
@@ -14,6 +14,11 @@ jobs:
|
||||
working-directory: ./theseus_cli
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install dependencies (ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
- name: Get build cache
|
||||
id: cache-build
|
||||
uses: actions/cache@v2
|
||||
|
||||
6
.github/workflows/lib-build.yml
vendored
6
.github/workflows/lib-build.yml
vendored
@@ -14,6 +14,11 @@ jobs:
|
||||
working-directory: ./theseus
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install dependencies (ubuntu only)
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
- name: Get build cache
|
||||
id: cache-build
|
||||
uses: actions/cache@v2
|
||||
@@ -26,6 +31,5 @@ jobs:
|
||||
toolchain: stable
|
||||
- uses: actions-rs/cargo@v1
|
||||
name: Build program
|
||||
working-directory: ./theseus
|
||||
with:
|
||||
command: build
|
||||
Reference in New Issue
Block a user