diff --git a/.github/workflows/build_5.0.yml b/.github/workflows/build_5.0.yml new file mode 100644 index 0000000..20c1bd5 --- /dev/null +++ b/.github/workflows/build_5.0.yml @@ -0,0 +1,19 @@ +name: build + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout repo + uses: actions/checkout@v4 + with: + submodules: 'recursive' + - name: esp-idf build + uses: espressif/esp-idf-ci-action@v1 + with: + esp_idf_version: v5.0 + target: esp32 + path: '.' diff --git a/.github/workflows/build.yml b/.github/workflows/build_5.1.yml similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/build_5.1.yml