Switch to stable toolchain

This commit is contained in:
Zoey 2021-08-19 13:59:00 -07:00
parent 471b1afc8b
commit 7bf7dc8ea2
No known key found for this signature in database
GPG key ID: 2DCAC8EA81672106
5 changed files with 31 additions and 45 deletions

View file

@ -27,12 +27,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
# Runs a single command using the runners shell
- name: Build site
run: |