Skip to content

Commit

Permalink
sed din't work, using tee instead
Browse files Browse the repository at this point in the history
  • Loading branch information
phydev authored Aug 28, 2023
1 parent 73adde5 commit 2a59ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/checkout@v3.5.0
- name: Install requirements
run: |
sudo sed -i -e '$adeb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse' /etc/apt/sources.list
sudo sed -i -e '$adeb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse" /etc/apt/sources.list
echo 'deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse' | sudo tee -a /etc/apt/sources.list
echo 'deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse"' | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install gfortran-5
- name: Make & install
Expand Down

0 comments on commit 2a59ff6

Please sign in to comment.