Skip to content

Commit

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

jobs:
build:

runs-on: windows-latest

steps:
Expand All @@ -26,7 +25,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: Run tests
Expand Down

0 comments on commit a5a0fd9

Please sign in to comment.