| - '.github/workflows/errno.yml' |
| - 'lib/libc/minimal/include/errno.h' |
| image: ghcr.io/zephyrproject-rtos/ci:v0.26.4 |
| ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1 |
| - name: Apply container owner mismatch workaround |
| # FIXME: The owner UID of the GITHUB_WORKSPACE directory may not |
| # match the container user UID because of the way GitHub |
| # Actions runner is implemented. Remove this workaround when |
| # GitHub comes up with a fundamental fix for this problem. |
| git config --global --add safe.directory ${GITHUB_WORKSPACE} |
| uses: actions/checkout@v3 |
| export ZEPHYR_BASE=${PWD} |