From 3cf60a7011a573499911da6f9a3f736e81dda120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Wed, 18 Sep 2024 22:51:13 +0300 Subject: [PATCH] Update before installing --- .github/workflows/build_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index b9e0566..674f053 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Install wget and git id: install-wget - run: apt install -y wget git + run: apt-get update && apt install -y wget git - name: Create io directory id: mkdir-io