Actions - fix rust
This commit is contained in:
parent
326b72e7ca
commit
b1c6247ad1
@ -14,7 +14,10 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: actions/setup-rust@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
profile: minimal
|
||||||
|
toolchain: stable
|
||||||
|
|
||||||
- name: Install Zola
|
- name: Install Zola
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user