mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
add apt-get update
This commit is contained in:
parent
12e18f9810
commit
95ee66d22a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build tauri for Linux
|
- name: build tauri for Linux
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config
|
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config
|
||||||
sh <(curl https://tea.xyz) build
|
sh <(curl https://tea.xyz) build
|
||||||
- uses: aws-actions/configure-aws-credentials@v1
|
- uses: aws-actions/configure-aws-credentials@v1
|
||||||
|
|
Loading…
Reference in a new issue