We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5058347 commit d10495eCopy full SHA for d10495e
.github/workflows/release_github.yml
@@ -52,6 +52,7 @@ jobs:
52
shell: nix shell nixpkgs#llvm nixpkgs#rustup nixpkgs#cargo --command bash {0}
53
working-directory: ${{ env.BINARY_ROOT_PATH }}
54
run: |
55
+ cp Cargo.toml.hidden Cargo.toml
56
rustup install stable
57
rustup toolchain install nightly --component rust-src
58
cargo install bpf-linker
0 commit comments