Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Jan 17, 2024
1 parent fcda19e commit 5647319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
run: |
RESULT=$(cmake --find-package -DNAME=JPEG \
-DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=COMPILE \
-DCMAKE_PREFIX_PATH=${{runner.workspace}}/install)
[[ "$RESULT" != "-I${{runner.workspace}}/install/include" ]] && { echo "${RESULT}" ; exit 1; }
-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; }

0 comments on commit 5647319

Please sign in to comment.