Merge pull request #1912 from Unidata/gh-action.wif

Added an apt update stanza to the github action script.
This commit is contained in:
Ward Fisher 2020-12-16 11:19:38 -07:00 committed by GitHub
commit 9a2c0efd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
- name: Install System dependencies
shell: bash -l {0}
run: sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake
###
# Installing libhdf4 and libhdf5
@ -71,7 +71,7 @@ jobs:
- name: Install System dependencies
shell: bash -l {0}
run: sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake
###
# Set Environmental Variables
@ -164,7 +164,7 @@ jobs:
- name: Install System dependencies
shell: bash -l {0}
run: sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake
###
# Set Environmental Variables