Skip to content

Commit

Permalink
Removed -dev libraries from CI before unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Jul 7, 2023
1 parent e73797f commit 6a3f567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
PREFIX: ${{ github.repository }}_
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DTESSERACT_ENABLE_TESTING=ON"
BEFORE_RUN_TARGET_TEST: 'apt remove *-dev -y -qq' \
BEFORE_RUN_TARGET_TEST_EMBED: "ici_with_unset_variables source $BASEDIR/${PREFIX}target_ws/install/setup.bash"
AFTER_SCRIPT: 'rm -r $BASEDIR/${PREFIX}upstream_ws/build $BASEDIR/${PREFIX}target_ws/build'
DOCKER_COMMIT: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 6a3f567

Please sign in to comment.