Add OBJC compiler var
This commit is contained in:
parent
c039504e4f
commit
649b4c773c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
CCACHE_SLOPPINESS: "time_macros"
|
CCACHE_SLOPPINESS: "time_macros"
|
||||||
CC: "ccache clang"
|
CC: "ccache clang"
|
||||||
CXX: "ccache clang++"
|
CXX: "ccache clang++"
|
||||||
|
OBJC: "clang"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user