From 6f33e6b18eb705f2065f343f7631e83425483526 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 29 Apr 2024 10:20:36 -0400 Subject: [PATCH] [GHA] Akamai cache purging adoption for linux runner - assume go runtime present on the runner --- .github/actions/akamai-purge-osx/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/akamai-purge-osx/action.yml b/.github/actions/akamai-purge-osx/action.yml index a5eac2045..537ba89f9 100644 --- a/.github/actions/akamai-purge-osx/action.yml +++ b/.github/actions/akamai-purge-osx/action.yml @@ -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