From 42c64f1c8ab014505d7a58ac090398d383d86d11 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Thu, 10 Aug 2023 22:31:04 +0200 Subject: [PATCH] Invoke with -a --- .github/workflows/test-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cache.yml b/.github/workflows/test-cache.yml index 16eb2bc..7ae0152 100644 --- a/.github/workflows/test-cache.yml +++ b/.github/workflows/test-cache.yml @@ -26,7 +26,7 @@ jobs: commands: | set -e test ! -f /usr/games/fortune - apt install -y fortunes fortune-mod + apt install -y fortunes-min fortune-mod - name: Move and rename image with dependencies if: steps.cache.outputs.cache-hit != 'true' @@ -37,4 +37,4 @@ jobs: with: base_image: file://${RUNNER_TEMP}/test_cache.img commands: | - /usr/games/fortune + /usr/games/fortune -a