Skip to content

Commit

Permalink
fix linux CI
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Nov 12, 2024
1 parent 302ec88 commit 1001e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 1
CIBW_SKIP: '*-musllinux_i686'
CIBW_ARCHS_LINUX: ${{ matrix.target }}
CIBW_ENVIRONMENT_PASS_LINUX: CARGO_HOME, DEP_JXL_LIB, DEP_BROTLI_LIB, DEP_HWY_LIB
CIBW_ENVIRONMENT_PASS_LINUX: CARGO_HOME
CIBW_BEFORE_BUILD_WINDOWS: echo "${{ runner.temp }}/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
CIBW_BUILD_FRONTEND: "${{ runner.os == 'Linux' && 'pip' || 'pip; args: --config-settings=build-args=\"--features=dynamic\"' }}"

Expand Down

0 comments on commit 1001e7a

Please sign in to comment.