From f3215a0657eda262a96ed12806d82c4fbfd4b0f5 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 1 Mar 2025 21:49:43 +0800 Subject: [PATCH] :sparkles: update cli pake --- .github/workflows/pake-cli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index 3619471..6b6f2f5 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -74,7 +74,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: toolchain: stable - target: x86_64-unknown-linux-musl + target: x86_64-unknown-linux-gnu - name: Install Rust for windows-latest if: inputs.platform == 'windows-latest' @@ -94,7 +94,7 @@ jobs: if: inputs.platform == 'ubuntu-20.04' uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra + packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra libglib2.0-dev version: 1.1 - name: Install pake-cli local