Skip to content

Commit

Permalink
Update package lists before installing software
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed May 19, 2022
1 parent d14c74a commit daa03c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
echo "PGUSER=nav" >> $GITHUB_ENV
echo "PGPASSWORD=password" >> $GITHUB_ENV
- name: "Update APT package lists"
run: |
apt-get update -y
- name: "Install test runner dependencies"
run: |
set -xe
Expand Down

0 comments on commit daa03c6

Please sign in to comment.