Skip to content

Commit

Permalink
Update microhydra-build.yml (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-lalia authored Aug 22, 2024
1 parent 2b31081 commit e337aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/microhydra-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand All @@ -38,4 +36,6 @@ jobs:
- name: Run Build Scripts
run: |
git submodule update --init --recursive esp-idf
./esp-idf/install.sh
./tools/microhydra_build_all.sh

0 comments on commit e337aba

Please sign in to comment.