From 50ab3e3fbb4bb0a65196222801413b5fcc87d02f Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 2 Nov 2024 01:07:16 -0400 Subject: [PATCH] fix workflow w/ ubuntu updates --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5f0c2b..d0c83c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,9 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: Install packaging dependencies - run: sudo apt install -y aria2 libarchive-tools + run: | + sudo apt update -y + sudo apt install -y aria2 libarchive-tools - name: Setup DwarFS run: | sudo cp appdwarf /bin