Skip to content

Commit

Permalink
gh-action: run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
olifre committed Sep 5, 2023
1 parent 694c061 commit 6455110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-pull-and-run-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run apt-get update
run: |
sudo apt-get update
- name: Install dependencies
run: |
sudo apt-get -y install aria2 curl jq
Expand Down

0 comments on commit 6455110

Please sign in to comment.