Skip to content

Commit

Permalink
Also put this back
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Sep 25, 2024
1 parent 65104d5 commit c50df71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
contents: write
pull-requests: write
runs-on: ubuntu-latest
needs: [
needs:
[
build-esp32,
build-esp32-s3,
build-esp32-c3,
Expand All @@ -148,7 +149,7 @@ jobs:
build-stm32,
package-raspbian,
package-raspbian-armv7l,
# package-native,
package-native,
]
steps:
- name: Checkout code
Expand Down

0 comments on commit c50df71

Please sign in to comment.