[GHA] Akamai cache purging adoption for linux runner - install and uninstall golang runtime

This commit is contained in:
aboyko
2024-04-28 14:19:50 -04:00
parent 980f0cca1a
commit cb57131f8f

View File

@@ -15,6 +15,7 @@ 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
@@ -59,3 +60,4 @@ runs:
rm -f ~/.edgerc
./akamai uninstall purge
rm -f ./akamai
apt-get remove golang