From f7cb3a3c8e0ddaecfa5768ac57a08430e2b459e5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 7 Mar 2025 21:00:13 -0700 Subject: [PATCH] [ci/fontations] Directly ask for nightly --- .github/workflows/fontations.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/fontations.yml b/.github/workflows/fontations.yml index bdeb9e76e..d6be083c8 100644 --- a/.github/workflows/fontations.yml +++ b/.github/workflows/fontations.yml @@ -21,9 +21,7 @@ jobs: uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17 with: key: ${{ github.job }}-${{ runner.os }}-${{ runner.arch }} - - uses: dtolnay/rust-toolchain@stable - with: - toolchain: nightly + - uses: dtolnay/rust-toolchain@nightly - name: Install Dependencies run: | sudo apt-get update