Skip to content

Commit 4fb2c8d

Browse files
committed
iox-#1755 Remove wget from macOS installation setup
1 parent 6bc854f commit 4fb2c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci/build-test-macos-with-sanitizers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $(clang --version)"
3838

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

4444
msg "building sources"

tools/ci/build-test-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(clang --version)"
3131

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

3737
msg "building sources"

0 commit comments

Comments
 (0)