We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cc52d commit c7fd359Copy full SHA for c7fd359
.github/actions/configure-macos/action.yml
@@ -19,7 +19,7 @@ runs:
19
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig"
20
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig"
21
./buildconf --force
22
- CC=clang CXX=clang++ ./configure \
+ ./configure \
23
--enable-option-checking=fatal \
24
--prefix=/usr/local \
25
--enable-fpm \
.github/workflows/push.yml
@@ -39,8 +39,8 @@ concurrency:
39
group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
40
cancel-in-progress: true
41
env:
42
- CC: ccache gcc
43
- CXX: ccache g++
+ CC: ccache clang
+ CXX: ccache clang++
44
jobs:
45
LINUX_X64:
46
if: false
0 commit comments