Skip to content

Commit

Permalink
Switched macOS build to system Python
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Aug 31, 2020
1 parent 5b6fadf commit de7c5f0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,11 @@ jobs:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip
python3 -m pip install --upgrade pip setuptools wheel
pip3 install -r requirements.txt
pip3 install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip
- name: Build binary
run: pyinstaller --additional-hooks-dir=Hooks/ -y -F -n CurseBreaker -c -s --noupx --exclude-module FixTk --exclude-module tcl --exclude-module tk --exclude-module _tkinter --exclude-module tkinter --exclude-module Tkinter CurseBreaker.py
- name: Upload binary
Expand Down

0 comments on commit de7c5f0

Please sign in to comment.