Skip to content

Commit

Permalink
Fix minor glitch in build
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Sep 26, 2023
1 parent 4db965b commit 4d139a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mv -fv Stereo* $packageDir

# Extract the tarball so we can test it
cd $packageDir
tarBall=$(ls StereoPipeline-*OSX.tar.bz2)
tarBall=$(ls StereoPipeline-*.tar.bz2 | head -n 1)
if [ "$tarBall" == "" ]; then
echo Cannot find the packaged ASP tarball
exit 1
Expand Down

0 comments on commit 4d139a3

Please sign in to comment.