test move pkg-config to tea

This commit is contained in:
neil 2023-01-06 10:08:52 +08:00
parent f903885cc9
commit f6b464875b
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,6 @@ jobs:
# - os: macos-11
# name: darwin+x86-64
# id: mac_latest
# TODO: blocked by gtk packages
- os: ubuntu-latest
name: linux+x86-64
id: linux
@ -167,7 +166,7 @@ jobs:
if: startsWith(matrix.platform.name, 'linux')
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
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
- name: build platform output

View file

@ -13,6 +13,7 @@ For better documentation checkout this [notion](https://www.notion.so/teaxyz/tea
| nodejs.org | >=16 |
| pnpm.io | >=7.18.2 |
| rust-lang.org | >=1.62 |
| freedesktop.org/pkg-config | >=0.29 |
# Getting Started
```sh