Skip to content

Commit

Permalink
Use set -e in action bash step
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jul 31, 2024
1 parent 47c2c79 commit 3e7d61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: colcon build
working-directory: ws
run: |
set -e
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$GITHUB_WORKSPACE/vcpkg/installed/${{ matrix.config.vcpkg_triplet }}/lib
export CMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/vcpkg/installed/${{ matrix.config.vcpkg_triplet }}
Expand All @@ -96,6 +97,7 @@ jobs:
- name: colcon test
working-directory: ws
run: |
set -e
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$GITHUB_WORKSPACE/vcpkg/installed/${{ matrix.config.vcpkg_triplet }}/lib
export CMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/vcpkg/installed/${{ matrix.config.vcpkg_triplet }}
Expand Down

0 comments on commit 3e7d61d

Please sign in to comment.