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 - uses: Swatinem/rust-cache@v2
- name: Install bpf-linker - name: Install deps
run: cargo install bpf-linker uses: taiki-e/install-action@v2
with:
- name: Install Cargo Generate tool: bpf-linker,cargo-generate
run: cargo install cargo-generate
- name: Run tests - name: Run tests
run: ./test.sh ${{ github.workspace }} ${{ matrix.program }} run: ./test.sh ${{ github.workspace }} ${{ matrix.program }}

Loading…
Cancel
Save