Skip to content

Commit 90e0687

Browse files
committed
🐛 update cli
1 parent a7ca715 commit 90e0687

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/pake-cli.yaml

Lines changed: 5 additions & 12 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-gnu
77+
target: x86_64-unknown-linux-musl
7878

7979
- name: Install Rust for windows-latest
8080
if: inputs.platform == 'windows-latest'
@@ -92,17 +92,10 @@ jobs:
9292

9393
- name: Install dependencies (ubuntu only)
9494
if: inputs.platform == 'ubuntu-20.04'
95-
run: |
96-
sudo apt-get update
97-
sudo apt-get install -y software-properties-common
98-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
99-
sudo apt-get update
100-
sudo apt-get install -y 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 pkg-config libglib2.0-dev
101-
102-
- name: Set PKG_CONFIG_PATH (ubuntu only)
103-
if: inputs.platform == 'ubuntu-20.04'
104-
run: |
105-
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig" >> $GITHUB_ENV
95+
uses: awalsh128/[email protected]
96+
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
98+
version: 1.1
10699

107100
- name: Install pake-cli local
108101
shell: bash

0 commit comments

Comments
 (0)