Skip to content

Commit

Permalink
Fix interpret-cc in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla committed Mar 28, 2024
1 parent f501518 commit f27b927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
run: |
python3 version.py
pyinstaller pros.spec
pyinstaller --onefile pros/cli/compile_commands/intercept-cc.py --name=intercept-cc
pyinstaller --onefile pros/cli/compile_commands/intercept-cc.py --name=intercept-c++
pyinstaller --onefile pros/cli/compile_commands/intercept_cc.py --name=intercept-cc
pyinstaller --onefile pros/cli/compile_commands/intercept_cc.py --name=intercept-c++
if: matrix.os != 'macos-latest'

- name: Run Pyinstaller MacOS
Expand All @@ -77,8 +77,8 @@ jobs:
pip3 install -e ./charset_normalizer
python3 version.py
pyinstaller pros-macos.spec
pyinstaller --onefile pros/cli/compile_commands/intercept-cc.py --name=intercept-cc --target-arch=universal2
pyinstaller --onefile pros/cli/compile_commands/intercept-cc.py --name=intercept-c++ --target-arch=universal2
pyinstaller --onefile pros/cli/compile_commands/intercept_cc.py --name=intercept-cc --target-arch=universal2
pyinstaller --onefile pros/cli/compile_commands/intercept_cc.py --name=intercept-c++ --target-arch=universal2
if: matrix.os == 'macos-latest'

- name: Package Everything Up
Expand Down

0 comments on commit f27b927

Please sign in to comment.