Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h1994st committed Jun 19, 2023
1 parent de52c4b commit 2d16484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install stable toolchain
uses: actions-rs/toolchain@v2.0.0
uses: actions-rs/toolchain@v1.0.6
with:
profile: minimal
toolchain: stable
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install stable toolchain
uses: actions-rs/toolchain@v2.0.0
uses: actions-rs/toolchain@v1.0.6
with:
profile: minimal
toolchain: stable
Expand Down

0 comments on commit 2d16484

Please sign in to comment.