From 5d4e649f740c675426fbe4cdaffc53ee2a4cb954 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Wed, 26 Feb 2025 15:35:25 +0000 Subject: [PATCH] .gitlab-ci.yml: Minor. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 384a58eed..a71427a24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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