Skip to content

Commit

Permalink
🔧 (CI): speedup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Apr 12, 2024
1 parent 23d0722 commit 6243c92
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6243c92

Please sign in to comment.