From 7599a321e1b6a20f83f285e5a5715445cdd0da4a Mon Sep 17 00:00:00 2001 From: Keunhong Lee Date: Thu, 15 Feb 2024 18:30:14 +0900 Subject: [PATCH] save --- .github/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 21b9b26..4b4682e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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