Skip to content

Commit

Permalink
readme: update recommended Rust toolchain installation GH Action package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Nov 16, 2023
1 parent f6581a0 commit a2881a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2881a8

Please sign in to comment.