ci: fix macos erlang-otp cache hitting
This commit is contained in:
parent
075228aadc
commit
34d73960e7
|
@ -35,6 +35,8 @@ runs:
|
||||||
with:
|
with:
|
||||||
path: ~/.kerl/${{ inputs.otp }}
|
path: ~/.kerl/${{ inputs.otp }}
|
||||||
key: otp-install-${{ inputs.otp }}-${{ inputs.os }}-static-ssl-disable-hipe-disable-jit
|
key: otp-install-${{ inputs.otp }}-${{ inputs.os }}-static-ssl-disable-hipe-disable-jit
|
||||||
|
restore-keys: |
|
||||||
|
otp-install-${{ inputs.otp }}-${{ inputs.os }}
|
||||||
- name: build erlang
|
- name: build erlang
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -93,4 +95,5 @@ runs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
# test with a spaces in path
|
||||||
rm -rf "emqx home"
|
rm -rf "emqx home"
|
||||||
|
|
Loading…
Reference in New Issue