Skip to content

Commit

Permalink
(github) skip apt update on Ubuntu; install gfortran with homebrew fo…
Browse files Browse the repository at this point in the history
…r Mac
  • Loading branch information
danieljprice committed Nov 29, 2024
1 parent a0211f8 commit b3ef446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
brew install libx11
brew install freetype
brew install fontconfig
brew install gfortran
- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y gfortran
sudo apt-get install -y libcairo2-dev
sudo apt-get install -y libx11-dev
Expand Down

0 comments on commit b3ef446

Please sign in to comment.