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

Commit 438cb48

Browse files
authored
👷 Use correct path for boostraping
1 parent efe676d commit 438cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
run: |
315315
cd engine/
316316
type nul > C:\script
317-
echo cd /d/a/windows-artifacts/windows-artifacts/mozilla-central >> C:\script
317+
echo cd ${cd} >> C:\script
318318
echo ls >> C:\script
319319
echo ./mach bootstrap --application-choice browser >> C:\script
320320
C:\mozilla-build\start-shell.bat "C:\script"

0 commit comments

Comments
 (0)