From f8744241f0f96fc74cec9c3337acb9d0148c6321 Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Thu, 18 Jan 2024 00:01:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E9=9C=80=E8=A6=81cross?= =?UTF-8?q?=EF=BC=8C=E7=9B=B4=E6=8E=A5=E8=BF=90=E8=A1=8Ccargo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66d9591..db0d9eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,13 +43,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install dependencies (ubuntu only) - if: matrix.platform == 'ubuntu-20.04' - # You can remove libayatana-appindicator3-dev if you don't use the system tray feature. - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev - - name: Rust setup uses: dtolnay/rust-toolchain@stable @@ -112,11 +105,11 @@ jobs: - name: Install Cross and tauri-cki run: | - cargo install cross + cargo install tauri-cli - name: Build run: | - cross tauri build --target ${{ matrix.target.name }} + cargo tauri build --target ${{ matrix.target.name }}