Skip to content

Commit

Permalink
catch up to dpdk-sys a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 22, 2024
1 parent 32ac1a3 commit 9ad151c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: compile-env is self
run: just _ci-compile-env-hack
- run: just cargo build
- run: just cargo build --release
- run: just cargo test
- run: just cargo build --release
- run: just cargo test --release
2 changes: 1 addition & 1 deletion .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
just-version: ${{matrix.just_version}}
- name: install rustup
uses: dtolnay/rust-toolchain@${{matrix.rust_toolchain}}
uses: dtolnay/rust-toolchain@stable
- name: Checkout
uses: actions/checkout@v4
- name: refresh-compile-env
Expand Down

0 comments on commit 9ad151c

Please sign in to comment.