File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments