Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 authored Nov 20, 2023
1 parent a5d8bf3 commit f2dcf23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,11 @@ jobs:
name: macos-${{ matrix.arch }}-stage-1-${{ github.run_id }}
path: obj-${{ matrix.arch }}/dist/
- name: "\U0001F3D7 Run PGO"
- uses: actions/setup-python@v4
with:
python-version: '3.11'
run: |
brew uninstall --ignore-dependencies [email protected]
brew link --overwrite [email protected]
python --version
ls obj-${{ matrix.arch }}/dist/
ls obj-${{ matrix.arch }}/dist/waterfox
sudo xattr -dr com.apple.quarantine ./obj-${{ matrix.arch }}/dist/waterfox/Waterfox.app
Expand Down

0 comments on commit f2dcf23

Please sign in to comment.