Skip to content

Commit a5a0fd9

Browse files
fix workflow: don't use cross-compilation in check-build either
1 parent c508cde commit a5a0fd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/check-build.yml

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

1212
jobs:
1313
build:
14-
1514
runs-on: windows-latest
1615

1716
steps:
@@ -26,7 +25,6 @@ jobs:
2625
- name: Build with Cargo
2726
uses: actions-rs/cargo@v1
2827
with:
29-
use-cross: true
3028
command: build
3129
args: --release --target=x86_64-pc-windows-msvc
3230
- name: Run tests

0 commit comments

Comments
 (0)