Skip to content

Commit

Permalink
perform apt update before installing packages in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Nov 1, 2022
1 parent a1e7c98 commit b2fb819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/memory_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt update
sudo apt install build-essential libreadline-dev liblua5.3-dev valgrind #basic config
sudo apt install libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libgdal-dev #aws h5 pistache gdal
sudo add-apt-repository ppa:pistache+team/unstable #pistache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/self_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt update
sudo apt install build-essential libreadline-dev liblua5.3-dev #basic config
sudo apt install libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libgdal-dev #aws h5 pistache gdal
sudo add-apt-repository ppa:pistache+team/unstable #pistache
Expand Down

0 comments on commit b2fb819

Please sign in to comment.