Skip to content

Commit

Permalink
Install yaml-cpp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed May 14, 2024
1 parent 045aebe commit 49db27b
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 @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
apt-get -qq update
apt-get -qq install git cmake libblas-dev liblapack-dev gfortran g++
apt-get -qq install git cmake libblas-dev liblapack-dev libyaml-cpp-dev gfortran g++
- name: Build OpenFAST
run: |
git clone https://github.com/OpenFAST/OpenFAST.git
Expand Down

0 comments on commit 49db27b

Please sign in to comment.