Skip to content

Commit c0916f0

Browse files
authored
Merge pull request #58 from jan--f/dont-clean-go
go lives in /opt/hostedtoolcache/go
2 parents bb19099 + 4831261 commit c0916f0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ runs:
77
with:
88
repository: 'prometheus/promci'
99
path: '.github/promci'
10-
ref: v0.5.2
10+
ref: v0.5.3

actions/setup_environment/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ runs:
5858
# Remove PowerShell
5959
sudo rm -rf /usr/local/share/powershell
6060
61-
# Remove CodeQL and other toolcaches
62-
sudo rm -rf /opt/hostedtoolcache
63-
6461
df -h
6562
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6663
if: inputs.enable_go == 'true'

0 commit comments

Comments
 (0)