From bfb141cb7f3b4e52b071216cf68fcf1cc7f28a3e Mon Sep 17 00:00:00 2001 From: Hayley Hughes Date: Wed, 18 Sep 2024 22:49:18 +1000 Subject: [PATCH] Add apt repo update --- .github/workflows/github-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 67a5fad..eb9d275 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,6 +7,9 @@ jobs: matrix: arch: ["rpi", "linux"] steps: + - name: Update apt repo + run: sudo apt update + - name: Install splashkit run: | curl -s https://raw.githubusercontent.com/splashkit/skm/master/install-scripts/skm-install.sh | bash