Skip to content

Commit

Permalink
.github: use nightly for codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
  • Loading branch information
dave-tucker committed May 23, 2022
1 parent edaa70b commit 8b7950b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gen.yml
Expand Up @@ -18,6 +18,11 @@ jobs:
working-directory: libbpf
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

- name: Install headers
Expand Down

0 comments on commit 8b7950b

Please sign in to comment.