From c0dd30da5f69970411a8cb3413cefee707022a64 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 16 Jan 2023 10:21:25 +0800 Subject: [PATCH] explicit dep install instruction --- .github/workflows/ci.yml | 8 ++++++-- .github/workflows/main.yml | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebead7a..15027fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,9 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config - sh <(curl https://tea.xyz) xc build + sh <(curl https://tea.xyz) --yes + tea . + tea xc build - uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -155,7 +157,9 @@ jobs: # 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 - sh <(curl https://tea.xyz) xc build + sh <(curl https://tea.xyz) --yes + tea . + tea xc build - name: build platform output id: build_platform diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16e43ea..22a519e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,7 +87,9 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config - sh <(curl https://tea.xyz) xc build + sh <(curl https://tea.xyz) --yes + tea . + tea xc build - name: Get current unix ts - seconds id: date