GHA: Create onw osx specific cache purge action

This commit is contained in:
aboyko
2023-11-15 19:28:42 -05:00
parent fe6894e2d3
commit 7b7cdfce43

View File

@@ -22,7 +22,7 @@ runs:
- name: Setup
shell: bash
run: |
echo -e "${EDGERC}" > ${HOME}/.edgerc
echo -e "${EDGERC}" > ~/.edgerc
brew install go
brew install akamai
akamai install purge
@@ -34,6 +34,6 @@ runs:
if: ${{ always() }}
shell: bash
run: |
rm -f ${HOME}/.edgerc
rm -f ~/.edgerc
brew uninstall akamai
brew uninstall go