Skip to content

Commit

Permalink
Force good exit?
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Jan 17, 2024
1 parent 5647319 commit 0776033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ jobs:
-DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=COMPILE \
-DCMAKE_PREFIX_PATH=${{runner.workspace}}/install | awk '{$1=$1};1')
[[ "$RESULT" != "-I${{runner.workspace}}/install/include" ]] && { echo "Failed to find libjpeg at expected location: ${RESULT}" ; exit 1; }
exit 0

0 comments on commit 0776033

Please sign in to comment.