Get nightly in build action

This commit is contained in:
Zoey 2021-08-18 14:08:02 -07:00
parent c9f6a2e72d
commit 24a16e1d88
No known key found for this signature in database
GPG key ID: 2DCAC8EA81672106

View file

@ -26,6 +26,12 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - 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 # Runs a single command using the runners shell
- name: Build site - name: Build site
run: | run: |