From 6243c9288b893bab0b425da8fdf217f42446c72b Mon Sep 17 00:00:00 2001 From: Isotr0py <2037008807@qq.com> Date: Fri, 12 Apr 2024 14:10:41 +0800 Subject: [PATCH] :wrench: (CI): speedup CI --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c8855..844e2a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,6 @@ jobs: with: update: true install: >- - mingw-w64-x86_64-toolchain mingw-w64-x86_64-libjxl - name: Put MSYS2_MinGW64 on PATH @@ -130,11 +129,6 @@ jobs: - uses: actions/setup-python@v5 with: architecture: ${{ matrix.target }} - - - name: Install libjxl - run: | - brew reinstall jpeg-xl - ls /usr/local/Cellar/jpeg-xl/0.10.2/lib - name: Build wheels uses: PyO3/maturin-action@v1