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

Commit 0f356cd

Browse files
authored
👷 Improve the boostrap script
1 parent 438cb48 commit 0f356cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ jobs:
268268
windows-from-source:
269269
runs-on: windows-latest
270270
needs: [build-data, source]
271+
env:
272+
engine: ./engine
271273

272274
steps:
273275
- uses: actions/checkout@v2
@@ -312,9 +314,9 @@ jobs:
312314
- name: Bootstrap
313315
shell: cmd
314316
run: |
315-
cd engine/
316317
type nul > C:\script
317-
echo cd ${cd} >> C:\script
318+
echo cd ${{ env.engine }} >> C:\script
319+
echo cd >> C:\script
318320
echo ls >> C:\script
319321
echo ./mach bootstrap --application-choice browser >> C:\script
320322
C:\mozilla-build\start-shell.bat "C:\script"

0 commit comments

Comments
 (0)