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 2, 2025
1 parent 54331bf commit 6081959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
run: |
cargo install cross --git https://github.com/cross-rs/cross
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Test on target
continue-on-error: false
run: |
Expand Down

0 comments on commit 6081959

Please sign in to comment.