Skip to content

Commit

Permalink
ci: skip go install (#1294)
Browse files Browse the repository at this point in the history
Description: Fixes CI. MacOS images seem to have a "good enough" version of go pre-installed now.
Risk Level: Low
Testing: CI

Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent 2f8cf68 commit d9beb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function install {
# exit 1
#fi

DEPS="automake cmake coreutils go libtool wget ninja"
DEPS="automake cmake coreutils libtool wget ninja"
for DEP in ${DEPS}
do
is_installed "${DEP}" || install "${DEP}"
Expand Down

0 comments on commit d9beb9c

Please sign in to comment.