pull/1960/head
Ben Meadors 2022-11-19 17:35:47 -06:00
rodzic 5ce7ffc888
commit 0533fd9227
2 zmienionych plików z 10 dodań i 14 usunięć

Wyświetl plik

@ -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:

Wyświetl plik

@ -96,18 +96,7 @@ jobs:
- board: tbeam-s3-core
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: Show contents # For diagnostics
run: ls -lR
- uses: ./../.github/workflows/build_esp32.yml
uses: ./.github/workflows/build_esp32.yml
with:
board: ${{ matrix.board }}