mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
dont install tea
This commit is contained in:
parent
46733038e4
commit
f899c46fab
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -144,7 +144,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev
|
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev
|
||||||
sh <(curl https://tea.xyz)
|
|
||||||
|
|
||||||
- name: build tauri for MacOS
|
- name: build tauri for MacOS
|
||||||
uses: teaxyz/setup@v0
|
uses: teaxyz/setup@v0
|
||||||
|
@ -168,8 +167,8 @@ jobs:
|
||||||
if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64'
|
if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64'
|
||||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||||
run: |
|
run: |
|
||||||
tea .
|
sh <(curl https://tea.xyz) .
|
||||||
tea build
|
sh <(curl https://tea.xyz) build
|
||||||
|
|
||||||
- name: build platform output
|
- name: build platform output
|
||||||
id: build_platform
|
id: build_platform
|
||||||
|
|
Loading…
Reference in a new issue