Skip to content

Commit 6ee1f48

Browse files
committed
[CI] Delete /opt before running tests to make up some space
1 parent 1b17dee commit 6ee1f48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
version: ${{ matrix.julia-version }}
4747
arch: x64
4848
- uses: julia-actions/julia-buildpkg@latest
49+
- name: Clean up
50+
run: rm -rf /opt
4951
- name: System info
5052
run: julia --project=. --color=yes -e "using BinaryBuilderBase; BinaryBuilderBase.versioninfo()"
5153
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)