From a2881a86f1dfa4762902ee607aaf14ce9cb3975c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 15 Nov 2023 21:46:17 -0500 Subject: [PATCH] readme: update recommended Rust toolchain installation GH Action package --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e281c7e..c36c2ff 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,7 @@ jobs: - name: Check out font project source repository uses: actions/checkout@v4 - name: Install the latest stable Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable + uses: dtolnay/rust-toolchain@stable - name: Install fontc and compile fonts uses: googlefonts/fontc-action@main with: