🐛 update cli
This commit is contained in:
13
.github/workflows/pake-cli.yaml
vendored
13
.github/workflows/pake-cli.yaml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
- name: Install Rust for windows-latest
|
- name: Install Rust for windows-latest
|
||||||
if: inputs.platform == 'windows-latest'
|
if: inputs.platform == 'windows-latest'
|
||||||
@@ -94,16 +94,15 @@ jobs:
|
|||||||
if: inputs.platform == 'ubuntu-20.04'
|
if: inputs.platform == 'ubuntu-20.04'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
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
|
sudo apt-get install -y software-properties-common
|
||||||
|
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||||
|
sudo apt-get update
|
||||||
|
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
|
||||||
|
|
||||||
- name: Set up PKG_CONFIG_PATH (ubuntu only)
|
- name: Set PKG_CONFIG_PATH (ubuntu only)
|
||||||
if: inputs.platform == 'ubuntu-20.04'
|
if: inputs.platform == 'ubuntu-20.04'
|
||||||
run: |
|
run: |
|
||||||
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig" >> $GITHUB_ENV
|
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig" >> $GITHUB_ENV
|
||||||
pkg-config --list-all | grep -i glib
|
|
||||||
pkg-config --list-all | grep -i gobject
|
|
||||||
ls -la /usr/lib/x86_64-linux-gnu/pkgconfig/ | grep -i glib
|
|
||||||
ls -la /usr/lib/x86_64-linux-gnu/pkgconfig/ | grep -i gobject
|
|
||||||
|
|
||||||
- name: Install pake-cli local
|
- name: Install pake-cli local
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user