Skip to content

Commit ffb5f43

Browse files
committed
Fix macos?
1 parent 7d6843e commit ffb5f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-codecov-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108
cd prevent-cli # codecov-cli is a dependency of prevent-cli
109109
# Need to build pyyaml and ijson from sdists to get universal2 macos build to work
110110
uv sync --no-binary-package pyyaml --no-binary-package ijson
111+
cd ../codecov-cli
112+
uv sync --no-binary-package pyyaml --no-binary-package ijson
111113
112114
- name: Build with pyinstaller for ${{matrix.TARGET}}
113115
run: cd codecov-cli && ${{matrix.CMD_BUILD}}

0 commit comments

Comments
 (0)