Skip to content

Commit

Permalink
update windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Oct 7, 2023
1 parent b6b8310 commit 4f7c52a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_prerelease_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- uses: actions/checkout@v3
- uses: houseabsolute/actions-rust-cross@v0
with:
target: x86_64-pc-windows-msvc
command: build
toolchain: nightly
toolchain: nightly-x86_64-pc-windows-gnu
args: --release --bins
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 4f7c52a

Please sign in to comment.