Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yc-kanyun committed Mar 20, 2024
1 parent d01f876 commit 509be84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ jobs:
platformio update
- name: Build bare metal (stm32f429_disco)
run: platformio run -e stm32f429_disco
run: source .venv/bin/activate
platformio run -e stm32f429_disco

- name: Build emulator (sdl2, 64bits)
run: platformio run -e emulator_64bits
run: source .venv/bin/activate
platformio run -e emulator_64bits

Windows:
runs-on: windows-2019
Expand Down

0 comments on commit 509be84

Please sign in to comment.