Skip to content

Commit

Permalink
fix rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lodder <[email protected]>
  • Loading branch information
mikelodder7 committed Dec 17, 2024
1 parent f9d7a28 commit 3c0d740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install 1.72.1
- name: Install Stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.72.1
toolchain: stable
override: true
components: rustfmt, clippy

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
fail-fast: false
matrix:
target: [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
cfg_release_channel: 1.72.1
cfg_release_channel: stable
steps:
- name: Disable git eol translation
run: git config --global core.autocrlf false
- name: Checkout
run: actions/checkout@v3
- name: Install 1.72.1
- name: Install Stable
run: |
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest https://win.rustup.rs/ -OutFile rustup-init.exe
Expand Down

0 comments on commit 3c0d740

Please sign in to comment.