build: add back macos erlang install cache
This commit is contained in:
parent
0ac3e6e0ce
commit
925aa55951
|
@ -73,11 +73,11 @@ jobs:
|
||||||
brew install curl zip unzip gnu-sed kerl unixodbc freetds
|
brew install curl zip unzip gnu-sed kerl unixodbc freetds
|
||||||
echo "/usr/local/bin" >> $GITHUB_PATH
|
echo "/usr/local/bin" >> $GITHUB_PATH
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
# - uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
# id: cache
|
id: cache
|
||||||
# with:
|
with:
|
||||||
# path: ~/.kerl
|
path: ~/.kerl
|
||||||
# key: erl${{ matrix.erl_otp }}-macos10.15
|
key: erl${{ matrix.erl_otp }}-macos10.15
|
||||||
- name: build erlang
|
- name: build erlang
|
||||||
# if: steps.cache.outputs.cache-hit != 'true'
|
# if: steps.cache.outputs.cache-hit != 'true'
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|
Loading…
Reference in New Issue