diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33211b6..6c578ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,11 @@ jobs: builder: zephyr-runner-v2-linux-arm64-4xlarge steps: + - name: Configure temporary directory + run: | + mkdir -p /__w/tmp + echo "TMPDIR=/__w/tmp" >> $GITHUB_ENV + - name: Configure container storage run: | sed -i 's/graphroot = .*/graphroot = "\/__w\/container_storage"/' /etc/containers/storage.conf @@ -88,6 +93,11 @@ jobs: if: ${{ github.event_name != 'pull_request' }} steps: + - name: Configure temporary directory + run: | + mkdir -p /__w/tmp + echo "TMPDIR=/__w/tmp" >> $GITHUB_ENV + - name: Configure container storage run: | sed -i 's/graphroot = .*/graphroot = "\/__w\/container_storage"/' /etc/containers/storage.conf