Skip to content

Commit

Permalink
Do esp-idf build only on ... Ubuntu
Browse files Browse the repository at this point in the history
TODO: replace use of action with manual espup install
  • Loading branch information
tronical committed Aug 12, 2024
1 parent 4e5406b commit 50a37b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
target: [riscv32imafc-esp-espidf]
host: [ubuntu-20.04, windows-2022, macOS-12]
host: [ubuntu-20.04]

runs-on: ${{ matrix.host }}
steps:
Expand Down

0 comments on commit 50a37b8

Please sign in to comment.