mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
test move pkg-config to tea
This commit is contained in:
parent
f903885cc9
commit
f6b464875b
2 changed files with 2 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -124,7 +124,6 @@ jobs:
|
||||||
# - os: macos-11
|
# - os: macos-11
|
||||||
# name: darwin+x86-64
|
# name: darwin+x86-64
|
||||||
# id: mac_latest
|
# id: mac_latest
|
||||||
# TODO: blocked by gtk packages
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
name: linux+x86-64
|
name: linux+x86-64
|
||||||
id: linux
|
id: linux
|
||||||
|
@ -167,7 +166,7 @@ jobs:
|
||||||
if: startsWith(matrix.platform.name, 'linux')
|
if: startsWith(matrix.platform.name, 'linux')
|
||||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
sh <(curl https://tea.xyz) build
|
sh <(curl https://tea.xyz) build
|
||||||
|
|
||||||
- name: build platform output
|
- name: build platform output
|
||||||
|
|
|
@ -13,6 +13,7 @@ For better documentation checkout this [notion](https://www.notion.so/teaxyz/tea
|
||||||
| nodejs.org | >=16 |
|
| nodejs.org | >=16 |
|
||||||
| pnpm.io | >=7.18.2 |
|
| pnpm.io | >=7.18.2 |
|
||||||
| rust-lang.org | >=1.62 |
|
| rust-lang.org | >=1.62 |
|
||||||
|
| freedesktop.org/pkg-config | >=0.29 |
|
||||||
|
|
||||||
# Getting Started
|
# Getting Started
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue