From aa41223437657f7b5e62983806f1f7dbf91f2b27 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 7 Oct 2025 23:23:01 +0200 Subject: [PATCH] db3 --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c85219a..2f15b97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Build object files - run: bash src/copapy/obj/crosscompile.sh + run: bash src/copapy/obj/nativecompile.sh - uses: actions/upload-artifact@v4 with: @@ -87,10 +87,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Build ops obj files - run: | - bash src/copapy/obj/nativecompile_win.sh - - name: Install Python dependencies run: python -m pip install -e .[dev]