From a382479a2f883b8fc877e5534e21e8a736c38137 Mon Sep 17 00:00:00 2001 From: dzalkind Date: Tue, 6 Feb 2024 12:22:51 -0700 Subject: [PATCH] Check openfast in windows --- .github/workflows/CI_rosco-compile.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CI_rosco-compile.yml b/.github/workflows/CI_rosco-compile.yml index 7a5b9415..f44dd32d 100644 --- a/.github/workflows/CI_rosco-compile.yml +++ b/.github/workflows/CI_rosco-compile.yml @@ -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: |