Skip to content

Commit 175e357

Browse files
authored
run apt-get update before fetching Ubuntu packages
1 parent ea16732 commit 175e357

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dynamic_arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Install Dependencies
4343
run: |
4444
if [ "$RUNNER_OS" == "Linux" ]; then
45+
sudo apt-get update
4546
sudo apt-get install -y gfortran cmake ccache libtinfo5
4647
elif [ "$RUNNER_OS" == "macOS" ]; then
4748
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.

0 commit comments

Comments
 (0)