Skip to content

Commit

Permalink
Allow cross with Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jan 13, 2024
1 parent 34760a4 commit a8c33af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
target: ${{ matrix.job.target }}
- name: Install cargo-zigbuild
run: cargo install cargo-zigbuild
env:
PKG_CONFIG_ALLOW_CROSS: 1
- name: Build with Zigbuild
run: cargo zigbuild --release --target=${{ matrix.job.target }}
if: matrix.job.os == 'ubuntu-latest'
Expand Down

0 comments on commit a8c33af

Please sign in to comment.