From 1a9f7bd1d6d49ad4878652df354f8053a1a8f8c8 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Tue, 5 Nov 2024 23:17:57 -0600 Subject: [PATCH] CI: Complete Tumbleweed test implementation --- .github/workflows/c-cpp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 03175de6..7f5c03f5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -118,6 +118,11 @@ jobs: apk update apk upgrade + - if: ${{ contains(matrix.container, 'tumbleweed') }} + run: | + zypper --non-interactive refresh + zypper --non-interactive update + - if: ${{ matrix.name == 'btrfs-clone' }} uses: actions/cache@v4 id: btrfs-img-cache