mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
CI: Really apply buildcache on macos
Xcode uses /Applications/Xcode_10.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang by default. buildcache uses a wrapper for clang/clang++ and the action prepends the wrapper to the PATH. But in order to use it, clang needs to be called by its name alone, without full path.
This commit is contained in:
parent
0094487489
commit
cbcfac8a71
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -140,7 +140,7 @@ jobs:
|
||||
cache_key: ${{ matrix.platform }}
|
||||
- name: Build scummvm
|
||||
run: |
|
||||
xcodebuild build -project scummvm.xcodeproj ${{ matrix.buildFlags }}
|
||||
xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ build -project scummvm.xcodeproj ${{ matrix.buildFlags }}
|
||||
ls
|
||||
ubuntu:
|
||||
name: Ubuntu
|
||||
|
Loading…
x
Reference in New Issue
Block a user