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

Commit 0dd0187

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

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
@@ -316,7 +316,7 @@ jobs:
316316
run: |
317317
cd engine
318318
type nul > C:\script
319-
echo cd ${{ cd }} >> C:\script
319+
echo cd %cd% >> C:\script
320320
echo cd >> C:\script
321321
echo ls >> C:\script
322322
echo ./mach bootstrap --application-choice browser >> C:\script

0 commit comments

Comments
 (0)