We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bb9b04 + a2c1066 commit b620c24Copy full SHA for b620c24
.github/workflows/CI-linux.yml
@@ -124,6 +124,7 @@ jobs:
124
cmake \
125
git \
126
googletest \
127
+ binutils-gold \
128
libjpeg-dev \
129
libpugixml-dev \
130
libxml2-utils \
.github/workflows/CI-macOS.yml
@@ -48,7 +48,6 @@ jobs:
48
run: |
49
set -xe
50
brew update --quiet
51
- brew tap Homebrew/bundle
52
cd "${SRC_DIR}/.ci/"
53
brew bundle cleanup --quiet --force
54
brew autoremove --quiet
0 commit comments