Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit a339df7

Browse files
authored
💚 Attempt to fix macos builsds
1 parent c8ee90c commit a339df7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,16 @@ jobs:
192192
./mach --no-interactive bootstrap --application-choice browser
193193
cd ..
194194
195-
- name: Build
195+
# Note: We still need this to generate our .mozconfig
196+
- name: Gluon build
197+
continue-on-error: true
196198
run: yarn build --verbose
199+
200+
- name: Mach build
201+
run: |
202+
cd engine
203+
./mach build
204+
cd ..
197205
198206
- name: Package
199207
run: yarn melon package

0 commit comments

Comments
 (0)