Skip to content

Commit

Permalink
fix workflow: don't use cross-compilation for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jul 7, 2024
1 parent d0f513b commit 8561863
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:

jobs:
build:

runs-on: windows-latest

steps:
Expand All @@ -24,7 +23,6 @@ jobs:
- name: Build with Cargo
uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --target=x86_64-pc-windows-msvc
- name: Zip the executable
Expand Down

0 comments on commit 8561863

Please sign in to comment.