We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dcf0aa + 43edbc2 commit c55ece7Copy full SHA for c55ece7
1 file changed
.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
32
# Runs a set of commands using the runners shell
33
- name: Install pre-requisites
34
run: |
35
+ sudo apt-get update
36
sudo apt-get -y install gfortran gcc g++ cmake liblapack-dev libgomp1
37
sudo apt-get -y install mpich libmpich-dev
38
sudo apt-get -y install python3-gi python3-gi-cairo gir1.2-gtk-3.0
0 commit comments