why check again
All checks were successful
Continuous integration / Check (push) Successful in 3m57s
Continuous integration / build (push) Successful in 4m11s

This commit is contained in:
Eau
2026-03-18 00:37:11 -05:00
parent b8e6c3b6fb
commit 470eba2447

View File

@@ -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