diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e6a93e..56aba55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: restore-keys: windows-cargo- - name: Build Rust and examples/tools - run: just ci-check + run: just windows-ci-check - name: Upload static library uses: actions/upload-artifact@v4 @@ -215,12 +215,6 @@ jobs: name: libidevice-windows-a path: target\release\idevice_ffi.lib - - name: Upload C examples/tools - uses: actions/upload-artifact@v4 - with: - name: idevice-c-examples-windows - path: ffi\examples\build\bin\* - - name: Upload C++ examples/tools uses: actions/upload-artifact@v4 with: diff --git a/justfile b/justfile index faf7f76..238d4ef 100644 --- a/justfile +++ b/justfile @@ -7,6 +7,7 @@ ci-check: build-ffi-native build-tools-native build-cpp build-c cargo clippy --all-targets --all-features -- -D warnings macos-ci-check: ci-check xcframework cd tools && cargo build --release --target x86_64-apple-darwin +windows-ci-check: build-ffi-native build-tools-native build-cpp [working-directory: 'ffi'] build-ffi-native: