Skip to content

Commit

Permalink
Install docker compose to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Jan 3, 2025
1 parent 8770f3d commit 3ac1816
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ jobs:
profile: minimal
toolchain: stable

- name: Install extra packages
- name: Install Dependencies
run: |
cargo install cross --git https://github.com/cross-rs/cross
sudo apt-get update
sudo apt-get install -y docker-compose nasm build-essential clang wget tftp-hpa curl
- name: Test on target
- name: Test
continue-on-error: false
run: |
cross build --release
cross test --release
cargo build
cargo test -- --nocapture

0 comments on commit 3ac1816

Please sign in to comment.