From 875a4f3d7054a116e9942d6ed6d0f7c2c237db98 Mon Sep 17 00:00:00 2001 From: sfja Date: Fri, 27 Mar 2026 19:52:39 +0100 Subject: [PATCH] source esp-idf --- .github/workflows/verify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 3883b00..f05ff84 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -42,8 +42,10 @@ jobs: runs-on: ubuntu-latest container: espressif/idf:v5.5.4 steps: + - name: activate esp-idf + run: . /opt/esp-idf/export.sh - uses: actions/checkout@v6 - name: build working-directory: ./skateboard - run: /opt/esp/idf/tools/idf.py compile + run: idf.py compile