diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8b315a..079c45a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,11 @@ jobs: builder: zephyr-runner-v2-linux-arm64-4xlarge steps: + - name: Configure container storage + run: | + sed -i 's/graphroot = .*/graphroot = "\/__w\/container_storage"/' /etc/containers/storage.conf + mkdir -p /__w/container_storage + - name: Checkout uses: actions/checkout@v4