Skip to content

Commit f3215a0

Browse files
committed
✨ update cli pake
1 parent bb70fe5 commit f3215a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pake-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: dtolnay/rust-toolchain@stable
7575
with:
7676
toolchain: stable
77-
target: x86_64-unknown-linux-musl
77+
target: x86_64-unknown-linux-gnu
7878

7979
- name: Install Rust for windows-latest
8080
if: inputs.platform == 'windows-latest'
@@ -94,7 +94,7 @@ jobs:
9494
if: inputs.platform == 'ubuntu-20.04'
9595
uses: awalsh128/cache-apt-pkgs-action@latest
9696
with:
97-
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
97+
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
9898
version: 1.1
9999

100100
- name: Install pake-cli local

0 commit comments

Comments
 (0)