Skip to content

Commit

Permalink
ci: Use taiki-e/install-action
Browse files Browse the repository at this point in the history
This should binstall cargo-generate to save CI time

Signed-off-by: Dave Tucker <[email protected]>
  • Loading branch information
dave-tucker committed Jul 31, 2023
1 parent bccd6d3 commit 1625999
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1625999

Please sign in to comment.