We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bb6a4 commit d05d2e8Copy full SHA for d05d2e8
.github/workflows/main.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
pip3 uninstall -y charset_normalizer
74
git clone https://github.com/Ousret/charset_normalizer.git
75
- pip3 install -e -y charset_normalizer
+ pip3 install -e ./charset_normalizer
76
python3 version.py
77
pyinstaller pros-macos.spec
78
pyinstaller --onefile pros/cli/compile_commands/intercept-cc.py --name=intercept-cc --target-arch=universal2
0 commit comments