[ci/fontations] Directly ask for nightly

This commit is contained in:
Behdad Esfahbod 2025-03-07 21:00:13 -07:00
parent 6c1f27faab
commit f7cb3a3c8e

View file

@ -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