From 0ed9c07d5eb5e183c880172ad592eddb8501a5f0 Mon Sep 17 00:00:00 2001 From: vmagro Date: Fri, 11 Oct 2024 10:34:06 -0700 Subject: [PATCH] oss: use nightly rust --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 782b75e7dbd..d81406e44aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |