mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Merge pull request #17 from cakebaker/replace_toolchain_action
ci: use dtolnay/rust-toolchain instead of action-rs/toolchain
This commit is contained in:
@@ -37,11 +37,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install `rust` toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
default: true
|
||||
profile: minimal
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install `libacl`
|
||||
run: |
|
||||
@@ -158,4 +154,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v2
|
||||
|
||||
Reference in New Issue
Block a user