From 615b5cd2a69f791caab230ad0cbb940af5e7db35 Mon Sep 17 00:00:00 2001 From: ultrablob Date: Mon, 3 Feb 2025 20:04:28 -0500 Subject: [PATCH] Add update comand or something idk --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 047d8d0..c237966 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - run: sudo apt install -y p7zip-full p7zip-rar + - run: sudo apt update && sudo apt install -y p7zip-full p7zip-rar name: Install 7zip # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it