[GHA] Akamai cache purging adoption for linux runner

This commit is contained in:
aboyko
2024-04-28 14:08:04 -04:00
parent 1348f4a4d9
commit 2b7113d641
2 changed files with 3 additions and 5 deletions

View File

@@ -15,8 +15,7 @@ runs:
shell: bash
run: |
echo -e "${EDGERC}" > ~/.edgerc
brew install go
brew install akamai
wget https://github.com/akamai/cli/releases/download/v1.5.6/akamai-v1.5.6-linuxamd64
akamai install purge
- name: Purge
shell: bash
@@ -58,5 +57,4 @@ runs:
run: |
rm -f ~/.edgerc
akamai uninstall purge
brew uninstall akamai
brew uninstall go
rm -f akamai-v1.5.6-linuxamd64