Skip to content

Commit

Permalink
fix: bumped another rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 11, 2024
1 parent 1cef9e9 commit 1bc2334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup install 1.73.0
rustup override set 1.73.0
rustup install 1.74.0
rustup override set 1.74.0
rustup default stable-msvc
- name: Build Base
run: cargo build --release
Expand All @@ -36,8 +36,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup install 1.73.0
rustup override set 1.73.0
rustup install 1.74.0
rustup override set 1.74.0
- name: Build Base
run: cargo build --release
- name: Build SDL
Expand Down

0 comments on commit 1bc2334

Please sign in to comment.