Skip to content

Commit

Permalink
wrong command line args
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewColvin committed Aug 6, 2023
1 parent 5b24e7f commit 6b33897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:

- name: Build PlatformIO Project
working-directory: ./Platformio
run: pio run --target esp32
run: pio run --environment esp32
2 changes: 1 addition & 1 deletion .github/workflows/build-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build PlatformIO Project
working-directory: ./Platformio
run: pio run --target x64sim
run: pio run --environment x64sim


# build-x64:
Expand Down

0 comments on commit 6b33897

Please sign in to comment.