Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jun 27, 2024
1 parent de62b1f commit dfee1a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
default: true
- uses: davidB/rust-cargo-make@v1
with:
version: '0.36.4'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ runs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
default: true

- uses: davidB/rust-cargo-make@v1
with:
version: '0.36.4'

- uses: actions-rs/install@v0.1
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-insta
version: latest
Expand Down

0 comments on commit dfee1a9

Please sign in to comment.