Skip to content

Commit

Permalink
fix(deploy-docs): brew install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Nov 26, 2023
1 parent 20fd06b commit 82ab34a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,20 @@ jobs:

env:
FC: gfortran
GCC_V: 13

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Dependencies Ubuntu
run: |
sudo apt-get update
sudo apt install -y gfortran-${GCC_V} python3-dev python3 build-essential graphviz
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
PATH=/home/linuxbrew/.linuxbrew/bin/:"$PATH"
brew install ford
brew install ford gcc
PATH=`brew --prefix ford`/bin:"$PATH"
- name: Build Developer Documenation
run: |
echo $PATH
ford --version
ford ford.md > ford_output.txt
# Turn warnings into errors
Expand Down

0 comments on commit 82ab34a

Please sign in to comment.