Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed May 16, 2023
1 parent d78309a commit 676590d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Set up Rust toolchain nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt, clippy
toolchain: nightly
components: rustfmt, clippy
- name: Set up cargo
uses: actions-rs/cargo@v1
with:
toolchain: nightly
toolchain: nightly
- name: Set up python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 676590d

Please sign in to comment.