File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 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+ 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
You can’t perform that action at this time.
0 commit comments