Skip to content

Commit

Permalink
fix ubuntu apt
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 8, 2023
1 parent 936924f commit ccf0354
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/job1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@main

- name: Install
run: sudo apt install gcc g++ gfortran m4 patch git liblapack-dev flex bison
run: |
sudo apt update
sudo apt install gcc g++ gfortran m4 patch git liblapack-dev flex bison
- name: Configure
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/job2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Install
run: |
sudo apt update
sudo apt install gcc g++ gfortran m4 patch \
git libblas-dev liblapack-dev libsuitesparse-dev \
libopenmpi-dev libhdf5-dev libgsl-dev flex bison
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/job3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Install
run: |
sudo apt update
sudo apt install gcc g++ gfortran m4 patch \
git libblas-dev liblapack-dev libsuitesparse-dev \
libhdf5-dev libgsl-dev flex bison wget cmake autoconf \
Expand Down

0 comments on commit ccf0354

Please sign in to comment.