mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Try forcing CC and CXX.
This commit is contained in:
2
.github/workflows/ecode-nightly.yml
vendored
2
.github/workflows/ecode-nightly.yml
vendored
@@ -373,6 +373,8 @@ jobs:
|
||||
prepare: |
|
||||
pkg install -y bash git sdl2 curl premake5 gsed gmake
|
||||
run: |
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
bash projects/scripts/patch_commit_number.sh
|
||||
sh projects/freebsd/ecode/build.app.sh --version ${{ env.INSTALL_REF }}
|
||||
|
||||
Reference in New Issue
Block a user