Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Dec 4, 2024
1 parent 5058347 commit 64b643e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
shell: nix shell nixpkgs#llvm nixpkgs#rustup nixpkgs#cargo --command bash {0}
working-directory: ${{ env.BINARY_ROOT_PATH }}
run: |
cp Cargo.toml.hidden Cargo.toml
rustup install stable
rustup toolchain install nightly --component rust-src
cargo install bpf-linker
Expand Down

0 comments on commit 64b643e

Please sign in to comment.