Skip to content

Commit

Permalink
Check openfast in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Feb 6, 2024
1 parent d0ab76e commit a382479
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI_rosco-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ jobs:
- name: Install OpenFAST
run: |
conda install openfast==3.5.2
- name: Check OpenFAST
if: contains( matrix.os, 'windows')
run: |
where openfast
openfast -v
- name: Generate Registry
run: |
Expand Down

0 comments on commit a382479

Please sign in to comment.