Skip to content

Commit

Permalink
correct ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 2, 2024
1 parent 0d9a7c9 commit cb70cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
working-directory: ${{ github.workspace }}/ci
run: |
echo 'import build_platform' > build_esp32_stable.py
echo 'build_platform.test_examples_in_folder("'${{ matrix.arduino-platform }}'")' >> build_esp32_v2.py
echo 'build_platform.test_examples_in_folder("'${{ matrix.arduino-platform }}'")' >> build_esp32_stable.py
cat build_esp32_stable.py
- name: test platforms
run: |
Expand Down
1 change: 1 addition & 0 deletions tools/update-usbh_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ def main(dir):
click.echo(f"Updating {f}")
shutil.copy(sample_file, f)


if __name__ == '__main__':
main()

0 comments on commit cb70cfd

Please sign in to comment.