Skip to content

Commit

Permalink
Update Github Action File
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRubin committed Jan 17, 2024
1 parent 1f1f747 commit c3f6dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
rust:
- 1.61.0
- 1.75.0
- beta
- stable
steps:
Expand All @@ -93,8 +93,8 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Pin cc if rust 1.61.0
if: matrix.rust == '1.61.0'
- name: Pin cc if rust 1.75.0
if: matrix.rust == '1.75.0'
run: cargo generate-lockfile
- name: Running cargo
env:
Expand Down

0 comments on commit c3f6dec

Please sign in to comment.