Skip to content

Commit

Permalink
Merge pull request #195 from mkalcok/ci-coverage-apt-update
Browse files Browse the repository at this point in the history
ci: run `apt update` before installing packages
  • Loading branch information
crypticC0der authored Oct 24, 2024
2 parents e5fb7de + d0f6c72 commit ea8393c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -yqq golang
go install github.com/boumenot/[email protected]
Expand Down

0 comments on commit ea8393c

Please sign in to comment.