Skip to content

Commit 30eabfb

Browse files
major
1 parent a83c50e commit 30eabfb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test-713.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ jobs:
1313

1414
runs-on: ${{ matrix.runner }}
1515
steps:
16-
# - name: Clear hosted tool cache
17-
# shell: bash
18-
# run: |
19-
# if [[ "$RUNNER_OS" == "Linux" ]]; then
20-
# sudo rm -rf /opt/hostedtoolcache
21-
# elif [[ "$RUNNER_OS" == "macOS" ]]; then
22-
# sudo rm -rf /Users/runner/hostedtoolcache
23-
# elif [[ "$RUNNER_OS" == "Windows" ]]; then
24-
# powershell -Command "Remove-Item -Recurse -Force C:\hostedtoolcache"
25-
# fi
16+
- name: Clear hosted tool cache
17+
shell: bash
18+
run: |
19+
if [[ "$RUNNER_OS" == "Linux" ]]; then
20+
sudo rm -rf /opt/hostedtoolcache
21+
elif [[ "$RUNNER_OS" == "macOS" ]]; then
22+
sudo rm -rf /Users/runner/hostedtoolcache
23+
elif [[ "$RUNNER_OS" == "Windows" ]]; then
24+
powershell -Command "Remove-Item -Recurse -Force C:\hostedtoolcache"
25+
fi
2626
- name: Checkout code
2727
uses: actions/checkout@v6
2828

2929
- name: Setup Go
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: 1.25.4
32+
go-version: 1
3333
# go-version-file: go.mod
3434
cache: false
3535
check-latest: true

0 commit comments

Comments
 (0)