We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df51c37 commit c3af4d0Copy full SHA for c3af4d0
.github/workflows/CI-full.yml
@@ -12,6 +12,13 @@ jobs:
12
build:
13
runs-on: ubuntu-22.04
14
steps:
15
+ - name: Free up VM's disk space
16
+ run: |
17
+ sudo rm -rf /usr/local/lib/android
18
+ sudo rm -rf /usr/local/.ghcup
19
+ sudo rm -rf /usr/share/dotnet
20
+ sudo rm -rf /usr/share/swift
21
+ sudo apt-get clean
22
- uses: actions/checkout@v4
23
- name: Get the VCell version from tags
24
id: version
0 commit comments