From 85885d2315f4de438ef52ee4b43fec057388984d Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Fri, 1 Nov 2024 11:35:56 -0700 Subject: [PATCH] Fix Test Suite RKE2 build Signed-off-by: Derek Nola --- .github/workflows/test-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 6afb27b563d..84266e925df 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -42,7 +42,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Install OS Packages - run: sudo apt-get install -y libarchive-tools g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 + run: sudo apt-get update && sudo apt-get install -y libarchive-tools g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 # Can only upload from a single path, so we need to copy the binary to the image directory # Additionally, we have a rke2-runtime.tar and a rke2-images.linux-amd64.tar.zst which are the same thing # just compressed. We remove the rke2-runtime.tar as its not used by the install script.