Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #634 from OP2/connorjward/call-apt-update
Browse files Browse the repository at this point in the history
Call apt update in workflow
  • Loading branch information
dham authored Jul 27, 2021
2 parents 6101f6b + c915003 commit edf5b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install system dependencies
shell: bash
run: |
sudo apt update
sudo apt install build-essential mpich libmpich-dev \
libblas-dev liblapack-dev gfortran
Expand Down

0 comments on commit edf5b3a

Please sign in to comment.