run apt-get update before fetching Ubuntu packages
This commit is contained in:
parent
ea167328f1
commit
175e357f5d
|
@ -42,6 +42,7 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y gfortran cmake ccache libtinfo5
|
sudo apt-get install -y gfortran cmake ccache libtinfo5
|
||||||
elif [ "$RUNNER_OS" == "macOS" ]; then
|
elif [ "$RUNNER_OS" == "macOS" ]; then
|
||||||
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
|
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
|
||||||
|
|
Loading…
Reference in New Issue