chore: remove windows build job from CI workflow
Release / build_package (x86_64-pc-windows-gnu, exe) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-gnu, deb-gnu) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-gnu, rpm-gnu) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-musl, deb-musl) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-musl, rpm-musl) (push) Has been skipped
Release / publish-release (push) Has been skipped
CI / Build Linux (push) Successful in 1m33s
CI / Test (push) Successful in 1m20s
Release / check-release (push) Successful in 13s
Release / build_executable (convertis, x86_64-unknown-linux-gnu) (push) Has been skipped
Release / build_executable (convertis, x86_64-unknown-linux-musl) (push) Has been skipped
Release / build_executable (convertis.exe, x86_64-pc-windows-gnu) (push) Has been skipped
Release / build_package (x86_64-pc-windows-gnu, exe) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-gnu, deb-gnu) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-gnu, rpm-gnu) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-musl, deb-musl) (push) Has been skipped
Release / build_package (x86_64-unknown-linux-musl, rpm-musl) (push) Has been skipped
Release / publish-release (push) Has been skipped
CI / Build Linux (push) Successful in 1m33s
CI / Test (push) Successful in 1m20s
Release / check-release (push) Successful in 13s
Release / build_executable (convertis, x86_64-unknown-linux-gnu) (push) Has been skipped
Release / build_executable (convertis, x86_64-unknown-linux-musl) (push) Has been skipped
Release / build_executable (convertis.exe, x86_64-pc-windows-gnu) (push) Has been skipped
This commit is contained in:
@@ -27,12 +27,3 @@ jobs:
|
|||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
build-windows:
|
|
||||||
name: Build Windows
|
|
||||||
runs-on: windows-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --release
|
|
||||||
|
|||||||
Reference in New Issue
Block a user