[GHA] Akamai cache purging adoption for linux runner - assume go runtime present on the runner

This commit is contained in:
aboyko
2024-04-29 10:20:36 -04:00
parent cb57131f8f
commit 6f33e6b18e

View File

@@ -15,7 +15,6 @@ runs:
shell: bash
run: |
echo -e "${EDGERC}" > ~/.edgerc
apt-get install golang
wget -O akamai https://github.com/akamai/cli/releases/download/v1.5.6/akamai-v1.5.6-linuxamd64
chmod +x akamai
./akamai install purge
@@ -60,4 +59,3 @@ runs:
rm -f ~/.edgerc
./akamai uninstall purge
rm -f ./akamai
apt-get remove golang