Skip to content

Commit

Permalink
[FB] GHA | Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Nov 20, 2023
1 parent a8617e3 commit e4a370e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ jobs:
name: floorp-mac-${{ env.ARCH_TYPE }}-build-with-profgen
path: ~/downloads/artifacts

- uses: actions/setup-python@v4
if: ${{ env.ARCH_TYPE == 'x86_64' }}
with:
python-version: '3.10'

- name: setup environment 🌲
run: |
echo -e "ac_add_options --enable-bootstrap" >> mozconfig
Expand Down

0 comments on commit e4a370e

Please sign in to comment.