Skip to content

Commit

Permalink
#2: fix macos setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 27, 2024
1 parent e29c6ce commit bacbd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ setup:
CXX: clang++
GCOV: llvm-gcov
deps:
packages: [ *brew-packages, clang, clang++ ]
packages: *brew-packages

amd64-alpine-clang-13-clang-13-cpp:
label: alpine-3.16, clang-13
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-macos-14-clang-14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ wget $SCRIPTS_DEPS_URL/packages.sh
# 2. Install dependency
chmod u+x *.sh
ls -l
./packages.sh "ccache" "coreutils" "clang" "clang++"
./packages.sh "ccache" "coreutils"

# Remove install scripts
rm -rf $SCRIPTS_INSTALL_DIR
Expand Down

0 comments on commit bacbd6f

Please sign in to comment.