Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1755 Remove wget from macOS installation setup
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jan 8, 2025
1 parent 6bc854f commit 4fb2c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci/build-test-macos-with-sanitizers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $(clang --version)"

msg "building and installing dependencies"
# tinfo library which is required by iceoryx_introspection isn't available in mac
brew install ncurses wget
brew install ncurses
cd "${WORKSPACE}"

msg "building sources"
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/build-test-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $(clang --version)"

msg "building and installing dependencies"
# tinfo library which is required by iceoryx_introspection isn't available in mac
brew install ncurses wget
brew install ncurses
cd "${WORKSPACE}"

msg "building sources"
Expand Down

0 comments on commit 4fb2c8d

Please sign in to comment.