Skip to content

Commit 8561863

Browse files
fix workflow: don't use cross-compilation for no reason
1 parent d0f513b commit 8561863

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99

1010
jobs:
1111
build:
12-
1312
runs-on: windows-latest
1413

1514
steps:
@@ -24,7 +23,6 @@ jobs:
2423
- name: Build with Cargo
2524
uses: actions-rs/cargo@v1
2625
with:
27-
use-cross: true
2826
command: build
2927
args: --release --target=x86_64-pc-windows-msvc
3028
- name: Zip the executable

0 commit comments

Comments
 (0)