Skip to content

Commit

Permalink
Revert "macOS pyinstaller fix"
Browse files Browse the repository at this point in the history
This reverts commit c10677b.
  • Loading branch information
timothyschoen committed Oct 11, 2024
1 parent 52e4832 commit bda1279
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:

- name: Install dependencies
working-directory: ${{github.workspace}}
run: brew install dfu-util python@3.11
run: brew install dfu-util

- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Run Packaging Script
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit bda1279

Please sign in to comment.