Skip to content

Commit

Permalink
Bump dependencies and remove problematic cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Apr 15, 2024
2 parents e22f36b + ff2f01e commit c9a5499
Show file tree
Hide file tree
Showing 22 changed files with 3,536 additions and 428 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,16 @@ jobs:
profile: minimal
toolchain: stable

- name: Build for Linux x86_64
- name: Install extra packages
run: |
sudo apt-get update && sudo apt-get install -y libatk1.0-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev libgtk-3-dev python3-pip tftp
cargo install cargo-zigbuild
sudo pip3 install ziglang
- name: Build for Linux x86_64 Headless
continue-on-error: false
run: cargo build --release
run: cargo zigbuild --release --no-default-features

- name: Test for Linux x86_64
continue-on-error: true
run: cargo test --release
- name: Build for Linux x86_64
continue-on-error: false
run: cargo zigbuild --release
Loading

0 comments on commit c9a5499

Please sign in to comment.