From f6b464875bfcb42abfbcf1d1025b443ff4ebee15 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 6 Jan 2023 10:08:52 +0800 Subject: [PATCH] test move pkg-config to tea --- .github/workflows/ci.yml | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e51df2..c23cc30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 58f57aa..df0ec2e 100644 --- a/README.md +++ b/README.md @@ -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