From 0d2cd0bfe209d938cca9eb179878f8e1d785060c Mon Sep 17 00:00:00 2001 From: Joe George Date: Fri, 26 Apr 2024 09:36:43 -0400 Subject: [PATCH] better where --- .github/actions/setup-dependencies/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-dependencies/action.yml b/.github/actions/setup-dependencies/action.yml index 0d45f53a205..810a319be1d 100644 --- a/.github/actions/setup-dependencies/action.yml +++ b/.github/actions/setup-dependencies/action.yml @@ -129,9 +129,9 @@ runs: - name: Set MATLAB_HOME run: | - where matlab - where git - where echo + where.exe matlab + where.exe git + where.exe echo dir "${{ steps.setup-matlab.outputs.matlabroot }}\bin" echo "MATLAB_HOME=${{ steps.setup-matlab.outputs.matlabroot }}" >> $env:GITHUB_ENV shell: powershell