Skip to content

Commit

Permalink
👷 Begin work on fixing macos
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr authored Jul 15, 2021
1 parent eb95290 commit 21d33c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,10 @@ jobs:
run: |
npm i typescript
brew install dos2unix
brew instal gnu-tar terminal-notifier watchman
rustup install ${{ needs.build-data.outputs.rust_version }}
rustup default ${{ needs.build-data.outputs.rust_version }}
cargo install sccache
- name: Download workspace
run: |
./melon download
Expand All @@ -515,14 +516,13 @@ jobs:

- name: Build
run: |
cd src
./mach bootstrap --application-choice browser --no-interactive
cd ..
export MACH_USE_SYSTEM_PYTHON=1
MOZ_SOURCE_CHANGESET=${{ github.sha }} ./melon build
- name: Package
run: |
cd src
export MACH_USE_SYSTEM_PYTHON=1
./mach package
cd ..
Expand Down

0 comments on commit 21d33c9

Please sign in to comment.