Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phydev authored Aug 28, 2023
1 parent ec684a1 commit 993f9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v3.5.0
- name: Install requirements
run: |
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
sudo apt-get update
sudo apt-get install gfortran-5
- name: Make & install
Expand Down

0 comments on commit 993f9a7

Please sign in to comment.