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

Commit b50db3c

Browse files
authored
👷 Change how boostrap works again
1 parent 0f356cd commit b50db3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,9 @@ jobs:
314314
- name: Bootstrap
315315
shell: cmd
316316
run: |
317+
cd engine
317318
type nul > C:\script
318-
echo cd ${{ env.engine }} >> C:\script
319+
echo cd ${{ cd }} >> C:\script
319320
echo cd >> C:\script
320321
echo ls >> C:\script
321322
echo ./mach bootstrap --application-choice browser >> C:\script

0 commit comments

Comments
 (0)