Skip to content

Commit

Permalink
retry build dir on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Dec 23, 2024
1 parent 2bc051d commit ef46e93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ jobs:
cpy:
- "cp310"

env:
_BUILD_DIR: "/opt/homebrew/opt/icu4c@${{ env.LIBICU_VERSION }}"

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -181,6 +178,7 @@ jobs:
CIBW_ENVIRONMENT: >-
MACOSX_DEPLOYMENT_TARGET=14.0
PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c@${{ env.LIBICU_VERSION }}/lib/pkgconfig"
_BUILD_DIR="/opt/homebrew/opt/icu4c@${{ env.LIBICU_VERSION }}"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ef46e93

Please sign in to comment.