Skip to content

Commit

Permalink
[.github] Fix windows CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcNumworks authored and FelixNumworks committed Jan 3, 2024
1 parent 1b47415 commit 3366d26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
git
mingw-w64-x86_64-arm-none-eabi-gcc
- uses: actions/checkout@v3
- run: build/setup.sh
- run: make PLATFORM=simulator ASSERTIONS=1 epsilon.exe
Expand Down

0 comments on commit 3366d26

Please sign in to comment.