.gitlab-ci.yml: Minor.

This commit is contained in:
Alexei Podtelezhnikov 2025-02-26 15:35:25 +00:00
parent 316bdc96ce
commit 5d4e649f74
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ macos autotools clang:
- export PATH=/opt/homebrew/bin:$PATH
- brew install autoconf automake libtool
- ./autogen.sh
- CC=clang ./configure --prefix=/tmp/install-prefix
- ./configure --prefix=/tmp/install-prefix CC=clang
- 'make -j$(sysctl -n hw.logicalcpu)'
- make install