Github Actions try a different cache folder [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 14:08:30 -06:00
parent 4af2dd48d9
commit e220d76c13
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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