Skip to content

Commit

Permalink
Improve docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 15, 2024
1 parent afe53ff commit 1daf32d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,15 @@ jobs:
with:
command: build
args: --target=${{ matrix.target }} --no-default-features
# Currently the apple build is broker because of
# Currently the macOS build is broken because of
#
# error: failed to run custom build command for `vncserver v0.2.2 (https://github.com/sbernauer/libvnc-rs.git#2bf903ad)`
# thread 'main' panicked at /Users/runner/.cargo/git/checkouts/libvnc-rs-5fba04f2b7022219/2bf903a/vncserver/build.rs:9:66:
# called `Result::unwrap()` on an `Err` value: pkg-config has not been configured to support cross-compilation.
#
# This is because GitHub switched their macOS runners to use arm, and they currently can not cross-compile to x86.
# What a time to be alive!
#
# - uses: actions-rs/cargo@v1
# with:
# command: build
Expand Down

0 comments on commit 1daf32d

Please sign in to comment.