Skip to content

Commit

Permalink
Updated to new rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Oct 17, 2024
1 parent 3330e8a commit 431e08b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ runs:
using: "composite"
steps:
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
- uses: dtolnay/rust-toolchain@stable
- name: Build Ubuntu Release
run: cargo build --release
- uses: actions/upload-artifact@v4
with:
name: windows-artifact
Expand Down

0 comments on commit 431e08b

Please sign in to comment.