diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c327cad..b740d0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,7 @@ jobs: - run: | docker run \ -v "$PWD":/aioesphomeapi \ + -u "$(id -u):$(id -g)" \ ghcr.io/esphome/aioesphomeapi-proto-builder:latest if ! git diff --quiet; then echo "You have altered the generated proto files but they do not match what is expected."