From 46733038e461be58ebc72d9420266cb834772fc6 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 6 Jan 2023 07:14:41 +0800 Subject: [PATCH] tmp rm macos builds --- .github/workflows/ci.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7880a71..aab3837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,16 +121,16 @@ jobs: strategy: matrix: platform: - - os: macos-11 - name: darwin+x86-64 - id: mac_latest + # - os: macos-11 + # name: darwin+x86-64 + # id: mac_latest # TODO: blocked by gtk packages - os: ubuntu-latest name: linux+x86-64 id: linux - - os: [self-hosted, macOS, ARM64] - name: darwin+aarch64 - id: mac_m1 + # - os: [self-hosted, macOS, ARM64] + # name: darwin+aarch64 + # id: mac_m1 # note: if this fails maybe the runner got replaced, manually installed gtk there # sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - os: [self-hosted, linux, ARM64] @@ -144,6 +144,7 @@ jobs: run: | sudo apt-get update 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 uses: teaxyz/setup@v0 @@ -163,11 +164,12 @@ jobs: target: build - name: build tauri for Linux - uses: teaxyz/setup@v0 + # uses: teaxyz/setup@v0 if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64' # TODO: https://tauri.app/v1/guides/distribution/sign-linux - with: - target: build + run: | + tea . + tea build - name: build platform output id: build_platform