Skip to content

Commit

Permalink
ci: Install mbedtls in local directory on macos
Browse files Browse the repository at this point in the history
Fix "permission denied" on "macos-latest"
  • Loading branch information
Synss committed Apr 27, 2024
1 parent 9938cc3 commit dd31c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ before-all = [
[tool.cibuildwheel.macos]
before-all = [
"./scripts/download-mbedtls.sh $VERSION ~/.local/src",
"./scripts/install-mbedtls.sh ~/.local/src",
"cp /usr/local/lib/libmbed*dylib .",
"./scripts/install-mbedtls.sh ~/.local/src ~/.local/mbedtls",
"cp .local/mbedtls/lib/libmbed*dylib .",
]

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit dd31c9b

Please sign in to comment.