mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-18 03:32:30 -08:00
Get nightly in build action
This commit is contained in:
parent
97a9d609c2
commit
3f5853025b
1 changed files with 9 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -26,6 +26,12 @@ 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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue