Skip to content

Commit

Permalink
Update python-safpy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld committed Feb 6, 2024
1 parent 4a1e156 commit 18d3faa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-safpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
elif [ "$RUNNER_OS" == "Windows" ]; then
curl https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.26/OpenBLAS-0.3.26-x64.zip -L -o tmp.zip
7z x ./tmp.zip -oOpenBLAS
cp ./OpenBLAS/lib/libopenblas.lib ./libopenblas.lib
cp ./OpenBLAS/lib/libopenblas.lib $GITHUB_WORKSPACE
cp ./OpenBLAS/bin/libopenblas.dll $GITHUB_WORKSPACE
echo "$GITHUB_WORKSPACE" >> $GITHUB_PATH
ls
echo $PWD
else
Expand Down Expand Up @@ -89,7 +91,7 @@ jobs:
cp ./Spatial_Audio_Framework/build/test/Debug/saf_test.exe ./Spatial_Audio_Framework/build/test/
cp ./Spatial_Audio_Framework/build/framework/Debug/saf.lib ./Spatial_Audio_Framework/build/framework/
# ./Spatial_Audio_Framework/build/test/saf_test.exe # fails with 127
./Spatial_Audio_Framework/build/test/saf_test.exe # fails with 127
fi
shell: bash

Expand Down

0 comments on commit 18d3faa

Please sign in to comment.