Skip to content

Commit

Permalink
[GHA] Akamai cache purging adoption for linux runner - assume go runt…
Browse files Browse the repository at this point in the history
…ime present on the runner
  • Loading branch information
BoykoAlex committed Apr 29, 2024
1 parent cb57131 commit 6f33e6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/akamai-purge-osx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -60,4 +59,3 @@ runs:
rm -f ~/.edgerc
./akamai uninstall purge
rm -f ./akamai
apt-get remove golang

0 comments on commit 6f33e6b

Please sign in to comment.