From c26cfc038d6f375dda708d3ba716b4b8424d6e7e Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:08:13 +0700 Subject: [PATCH] fix ci --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd088712..2b5cacaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: 'publish' +name: 'Publish' on: workflow_dispatch env: @@ -14,7 +14,7 @@ jobs: settings: - platform: 'macos-latest' args: '--target universal-apple-darwin' - - platform: 'ubuntu-22.04' + - platform: 'ubuntu-20.04' args: '' - platform: 'windows-latest' args: '--target x86_64-pc-windows-msvc' @@ -24,7 +24,7 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 16 - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin @@ -32,7 +32,7 @@ jobs: if: matrix.settings.platform == 'ubuntu-22.04' run: | sudo apt-get update - sudo apt-get install -y libglib2.0-dev libsoup-3.0 libgtk-3-dev webkit2gtk-4.1 javascriptcoregtk-4.1 libappindicator3-dev librsvg2-dev patchelf + sudo apt-get install -y librsvg2-dev libayatana-appindicator3-dev libssl-dev libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - name: Install pnpm uses: pnpm/action-setup@v2 with: