Skip to content

Commit

Permalink
oss: use nightly rust
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagro committed Oct 11, 2024
1 parent 80b4a0b commit 0ed9c07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
submodules: true
- uses: facebook/install-dotslash@latest
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
targets: x86_64-unknown-linux-gnu,aarch64-unknown-linux-gnu
- name: BTRFS-ify antlir2-out
run: |
Expand Down

0 comments on commit 0ed9c07

Please sign in to comment.