ci: Use taiki-e/install-action

This should binstall cargo-generate to save CI time

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
pull/99/head
Dave Tucker 1 year ago
parent bccd6d3cb6
commit 162599934c

@ -55,11 +55,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install bpf-linker
run: cargo install bpf-linker
- name: Install Cargo Generate
run: cargo install cargo-generate
- name: Install deps
uses: taiki-e/install-action@v2
with:
tool: bpf-linker,cargo-generate
- name: Run tests
run: ./test.sh ${{ github.workspace }} ${{ matrix.program }}

Loading…
Cancel
Save