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 0f356cd commit b50db3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,9 @@ jobs:
- name: Bootstrap
shell: cmd
run: |
cd engine
type nul > C:\script
echo cd ${{ env.engine }} >> 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 b50db3c

Please sign in to comment.