ci: remove superfluous name

It's implied from the git URL.
reviewable/pr1199/r1
Tamir Duberstein 2 weeks ago
parent 0fa300f696
commit 7525532204

@ -162,7 +162,7 @@ jobs:
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: bpf-linker - name: bpf-linker
run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git run: cargo install --git https://github.com/aya-rs/bpf-linker.git
- uses: taiki-e/install-action@cargo-hack - uses: taiki-e/install-action@cargo-hack
- name: Build - name: Build
@ -283,7 +283,7 @@ jobs:
# --force so that bpf-linker gets always relinked against the latest LLVM downloaded above. # --force so that bpf-linker gets always relinked against the latest LLVM downloaded above.
# #
# Do this on all system (not just macOS) to avoid relying on rustc-provided libLLVM.so. # Do this on all system (not just macOS) to avoid relying on rustc-provided libLLVM.so.
run: cargo install --force bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features run: cargo install --git https://github.com/aya-rs/bpf-linker.git --no-default-features --force
- name: Cache test cache - name: Cache test cache
uses: actions/cache@v4 uses: actions/cache@v4

Loading…
Cancel
Save