Skip to content

Commit

Permalink
Add apt repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
hugglesfox committed Sep 18, 2024
1 parent 224f87c commit bfb141c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfb141c

Please sign in to comment.