esp-idf: try without sudo

This commit is contained in:
Simon Hausmann 2025-02-21 12:37:45 +01:00 committed by GitHub
parent ecd8f8d00b
commit 61a7a2e8f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ jobs:
container: espressif/idf:latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install yq
- run: apt-get install yq
- name: Extract Version and determine name
working-directory: api/cpp/esp-idf/slint
id: version