Skip to content

Commit

Permalink
use rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Jul 31, 2024
1 parent c932868 commit 7364b13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ jobs:
- name: "Checkout source code"
uses: "actions/checkout@v3"

- name: "Setup stable toolchain"
uses: "actions-rs/toolchain@v1"
with:
toolchain: "stable"
profile: "minimal"
override: true
- uses: actions/checkout@v3
- name: Install toolchain
run: rustup show

- name: "Install cargo-hack"
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install toolchain
run: rustup show

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 7364b13

Please sign in to comment.