Github Actions try a different cache folder [ci skip]
This commit is contained in:
parent
4af2dd48d9
commit
e220d76c13
2 changed files with 5 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -303,6 +303,6 @@ jobs:
|
|||
|
||||
- name: macOS Release
|
||||
run: |
|
||||
export CFG=release
|
||||
export CACHE_DIR=/home/wesnoth-travis/build
|
||||
export CFG=Release
|
||||
export CACHE_DIR=~/build-cache
|
||||
./.github/workflows/ci-scripts/macos.sh
|
||||
|
|
3
.github/workflows/ci-scripts/macos.sh
vendored
3
.github/workflows/ci-scripts/macos.sh
vendored
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo ~
|
||||
echo $PWD
|
||||
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache scons
|
||||
export PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:$PWD/utils/travis:$PATH"
|
||||
export CC=ccache-clang
|
||||
|
|
Loading…
Add table
Reference in a new issue