fix(ci): attempt to fix missing packages
This commit is contained in:
parent
6db6b496c7
commit
c3dcae626b
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -37,11 +37,11 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libxkbcommon-dev libwxgtk3.0-gtk3-dev
|
sudo apt install libxkbcommon-dev libwxgtk3.0-gtk3-dev libdbus-1-dev
|
||||||
- name: Install cargo-make
|
- name: Install cargo-make
|
||||||
run: |
|
run: |
|
||||||
cargo install --force cargo-make
|
cargo install --force cargo-make
|
||||||
- name: Check build
|
- name: Build
|
||||||
run: cargo make build-binary --env NO_X11=true
|
run: cargo make build-binary --env NO_X11=true
|
||||||
|
|
||||||
check-macos-arm:
|
check-macos-arm:
|
||||||
|
@ -53,7 +53,10 @@ jobs:
|
||||||
- name: Install cargo-make
|
- name: Install cargo-make
|
||||||
run: |
|
run: |
|
||||||
cargo install --force cargo-make
|
cargo install --force cargo-make
|
||||||
- name: Check build
|
- name: Build
|
||||||
run: cargo make build-macos-arm-binary
|
run: |
|
||||||
|
SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) \
|
||||||
|
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) \
|
||||||
|
cargo make build-macos-arm-binary
|
||||||
|
|
||||||
# TODO: add clippy check
|
# TODO: add clippy check
|
Loading…
Reference in New Issue
Block a user