diff --git a/.github/workflows/iut_zephyr_build.yml b/.github/workflows/iut_zephyr_build.yml index 3a55980..e8912be 100644 --- a/.github/workflows/iut_zephyr_build.yml +++ b/.github/workflows/iut_zephyr_build.yml @@ -12,9 +12,7 @@ jobs: iut_zephyr_build: runs-on: ubuntu-22.04 container: - image: ghcr.io/zephyrproject-rtos/ci:v0.26.4 - env: - ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1 + image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.7.20251127 steps: - name: Apply container owner mismatch workaround @@ -26,8 +24,9 @@ jobs: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: Checkout Zephyr - run: - west init -m https://github.com/kwd-doodling/zephyr-upstream.git --mr main_zephyr + run: | + west init -m https://github.com/kwd-doodling/zephyr-upstream.git --mr ci_intel_hal + echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat zephyr/SDK_VERSION )" >> $GITHUB_ENV - name: Checkout Intel HAL uses: actions/checkout@v4