From 697fe4b25e0645c12f473a245a68e81e23db7eb9 Mon Sep 17 00:00:00 2001 From: Isaac Khor Date: Thu, 13 Jun 2024 02:12:56 +0000 Subject: [PATCH] Create cache directories --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4011a16a..d3b0a332 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,10 +38,11 @@ jobs: run: | mkdir -p /tmp/lsvd-read mkdir -p /tmp/lsvd-write + mkdir -p /tmp/lsvd cd build-dbg sudo meson test - sudo ./imgtool --create --size 1g --pool pone test-img + sudo ./imgtool create --size 1g --pool pone --img test-img - name: Logs if: always()