Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Dec 15, 2024
1 parent 9d76f31 commit 8c2bd36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
os:
- ubuntu-latest
- windows-latest
toolchain:
- stable
- 1.67.1
toolchain:
- stable
- 1.67.1
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand Down Expand Up @@ -57,9 +57,9 @@ jobs:
rust:
- stable
- beta
toolchain:
- stable
- 1.67.1
toolchain:
- stable
- 1.67.1
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand Down

0 comments on commit 8c2bd36

Please sign in to comment.