Skip to content

Commit

Permalink
run sudo apt-get update before installing a package. Taken from https…
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 22, 2023
1 parent 8ca0b43 commit 612977a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Update apt
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt install coreutils p7zip-full qemu-user-static
- name: Checkout CustomPiOS
Expand Down

0 comments on commit 612977a

Please sign in to comment.