Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
leeopop committed Feb 15, 2024
1 parent 6542db6 commit 7599a32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
sudo ldconfig
rm -rf dpdk-src
- name: Install minimal Rust with clippy and rustfmt
run: curl -f -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal --component clippy rustfmt
run: |
curl -f -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal --component clippy rustfmt
source "$HOME/.cargo/env"
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 7599a32

Please sign in to comment.