Skip to content

Commit

Permalink
Merge pull request #17 from cakebaker/replace_toolchain_action
Browse files Browse the repository at this point in the history
ci: use dtolnay/rust-toolchain instead of action-rs/toolchain
  • Loading branch information
sylvestre authored Oct 10, 2023
2 parents 636db7c + 3707415 commit 320dd00
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -158,4 +154,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 320dd00

Please sign in to comment.