|
@@ -18,6 +18,11 @@ jobs:
|
|
working-directory: libbpf
|
|
working-directory: libbpf
|
|
run: echo "LIBBPF_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
|
run: echo "LIBBPF_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
|
|
|
|
|
|
|
+ - uses: actions-rs/toolchain@v1
|
|
|
|
+ with:
|
|
|
|
+ toolchain: nightly
|
|
|
|
+ override: true
|
|
|
|
+
|
|
- uses: Swatinem/rust-cache@v1
|
|
- uses: Swatinem/rust-cache@v1
|
|
|
|
|
|
- name: Install headers
|
|
- name: Install headers
|