Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasryck committed Sep 27, 2024
1 parent 705c14f commit 3b64601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse

- name: To avoid clean up error
run: sudo rm -f "/Users/runner/conda_pkgs_dir/libcxx-11.0.0-h7cf67bf_1"
run: sudo rm -rf "/Users/runner/conda_pkgs_dir/libcxx-11.0.0-h7cf67bf_1"
if: runner.os == 'macOS' && runner.arch == 'ARM64'


Expand Down

0 comments on commit 3b64601

Please sign in to comment.