diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 336cb72..32a5305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: cargo +nightly install bpf-linker - name: Install Cargo Generate - run: cargo install --git https://github.com/cargo-generate/cargo-generate + run: cargo install --git https://github.com/cargo-generate/cargo-generate cargo-generate - name: Run tests run: ./test.sh ${{ github.workspace }} ${{ matrix.program }}