File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 74
74
uses : dtolnay/rust-toolchain@stable
75
75
with :
76
76
toolchain : stable
77
- target : x86_64-unknown-linux-musl
77
+ target : x86_64-unknown-linux-gnu
78
78
79
79
- name : Install Rust for windows-latest
80
80
if : inputs.platform == 'windows-latest'
@@ -94,16 +94,15 @@ jobs:
94
94
if : inputs.platform == 'ubuntu-20.04'
95
95
run : |
96
96
sudo apt-get update
97
- 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 libglib2.0-dev libgobject-2.0-dev libglib2.0-0 libgobject-2.0-0 pkg-config libatk1.0-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev
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
98
101
99
- - name : Set up PKG_CONFIG_PATH (ubuntu only)
102
+ - name : Set PKG_CONFIG_PATH (ubuntu only)
100
103
if : inputs.platform == 'ubuntu-20.04'
101
104
run : |
102
105
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig" >> $GITHUB_ENV
103
- pkg-config --list-all | grep -i glib
104
- pkg-config --list-all | grep -i gobject
105
- ls -la /usr/lib/x86_64-linux-gnu/pkgconfig/ | grep -i glib
106
- ls -la /usr/lib/x86_64-linux-gnu/pkgconfig/ | grep -i gobject
107
106
108
107
- name : Install pake-cli local
109
108
shell : bash
You can’t perform that action at this time.
0 commit comments