Skip to content

Commit c7fd359

Browse files
committed
Ok try again
1 parent f1cc52d commit c7fd359

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig"
2020
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig"
2121
./buildconf --force
22-
CC=clang CXX=clang++ ./configure \
22+
./configure \
2323
--enable-option-checking=fatal \
2424
--prefix=/usr/local \
2525
--enable-fpm \

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ concurrency:
3939
group: ${{ github.workflow }}-${{ github.event.pull_request.url || github.run_id }}
4040
cancel-in-progress: true
4141
env:
42-
CC: ccache gcc
43-
CXX: ccache g++
42+
CC: ccache clang
43+
CXX: ccache clang++
4444
jobs:
4545
LINUX_X64:
4646
if: false

0 commit comments

Comments
 (0)