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

Commit

Permalink
👷 Change how boostrap works again
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr authored Apr 14, 2022
1 parent b50db3c commit 0dd0187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
run: |
cd engine
type nul > C:\script
echo cd ${{ cd }} >> C:\script
echo cd %cd% >> C:\script
echo cd >> C:\script
echo ls >> C:\script
echo ./mach bootstrap --application-choice browser >> C:\script
Expand Down

0 comments on commit 0dd0187

Please sign in to comment.