This commit is contained in:
Ben Meadors
2022-11-19 17:35:47 -06:00
parent 5ce7ffc888
commit 0533fd9227
2 changed files with 10 additions and 14 deletions

View File

@@ -11,6 +11,13 @@ jobs:
build-esp32:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: "recursive"
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Setup Python
uses: actions/setup-python@v4
with: