Skip to content

Commit

Permalink
CI: Install necessary software
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Apr 27, 2022
1 parent 7cb6840 commit 8fc29c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends gdb
sudo apt-get install nasm
cargo install cargo-binutils
cargo install cargo-download
- uses: actions/checkout@v3
- name: Integration Tests
run: cargo test --test '*'
Expand Down

0 comments on commit 8fc29c6

Please sign in to comment.