Skip to content

Commit

Permalink
call apt-get update before installing new packages in github workflow
Browse files Browse the repository at this point in the history
this was causing issues in other repositories.
  • Loading branch information
RFSH authored Mar 9, 2023
1 parent b85e0cd commit 822c80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
path: hatrac
- name: Setup the system
run: |
sudo apt-get update
sudo apt-get -y install libcurl4-openssl-dev libjson-c-dev
sudo service postgresql stop || true
sudo service postgresql start 12
Expand Down

0 comments on commit 822c80c

Please sign in to comment.