mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Build fixes
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -66,9 +66,9 @@ jobs:
|
|||||||
uses: gmiam/rust-musl-action@master
|
uses: gmiam/rust-musl-action@master
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
apk add --no-cache pkg-config glib-dev gcc g++ musl-dev gcompat libstdc++
|
apt-get update && apt-get install -y pkg-config libglib2.0-dev gcc g++ musl-dev
|
||||||
export PKG_CONFIG_ALLOW_CROSS=1
|
export PKG_CONFIG_ALLOW_CROSS=1
|
||||||
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
|
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig
|
||||||
export PKG_CONFIG_SYSROOT_DIR=/
|
export PKG_CONFIG_SYSROOT_DIR=/
|
||||||
cargo build --target ${{ matrix.build_target }} --release
|
cargo build --target ${{ matrix.build_target }} --release
|
||||||
|
|
||||||
|
4
.github/workflows/ui-build-check.yml
vendored
4
.github/workflows/ui-build-check.yml
vendored
@@ -60,9 +60,9 @@ jobs:
|
|||||||
uses: gmiam/rust-musl-action@master
|
uses: gmiam/rust-musl-action@master
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
apk add --no-cache pkg-config glib-dev gcc g++ musl-dev gcompat libstdc++
|
apt-get update && apt-get install -y pkg-config libglib2.0-dev gcc g++ musl-dev
|
||||||
export PKG_CONFIG_ALLOW_CROSS=1
|
export PKG_CONFIG_ALLOW_CROSS=1
|
||||||
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
|
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig
|
||||||
export PKG_CONFIG_SYSROOT_DIR=/
|
export PKG_CONFIG_SYSROOT_DIR=/
|
||||||
cargo build --target ${{ matrix.build_target }}
|
cargo build --target ${{ matrix.build_target }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user