why check again
This commit is contained in:
@@ -7,15 +7,6 @@ env:
|
||||
APT_PACKAGES: mingw-w64
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
||||
- run: cargo check --target "${{ env.TARGET_PLATFORM }}"
|
||||
build_windows:
|
||||
name: build (windows)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user