Skip to content

Commit

Permalink
checking something
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 19, 2023
1 parent f3d461a commit 22ce269
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
override: true

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -113,6 +119,12 @@ jobs:
with:
fetch-depth: 0 # Don't do a shallow clone since we need to push gh-pages

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
override: true

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 22ce269

Please sign in to comment.