Skip to content

Commit

Permalink
fix(deploy-docs.yml): use homerew to install ford
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Nov 26, 2023
1 parent bd300eb commit 20fd06b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
run: |
sudo apt-get update
sudo apt install -y gfortran-${GCC_V} python3-dev python3 build-essential graphviz
sudo pip install ford markdown==3.3.4
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
PATH=/home/linuxbrew/.linuxbrew/bin/:"$PATH"
brew install ford
- name: Build Developer Documenation
run: |
ford --version
Expand Down

0 comments on commit 20fd06b

Please sign in to comment.