8000
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 a1c8d6e commit 5cf79f4Copy full SHA for 5cf79f4
.github/workflows/ci.yml
@@ -18,9 +18,24 @@ jobs:
18
matrix:
19
os:
20
- ubuntu-latest
21
- - macos-latest
22
- - windows-latest
+ # - macos-latest
+ # - windows-latest
23
steps:
24
+ - name: Free Disk Space (Ubuntu)
25
+ uses: jlumbroso/free-disk-space@main
26
+ with:
27
+ # this might remove tools that are actually needed,
28
+ # if set to "true" but frees about 6 GB
29
+ tool-cache: false
30
+
31
+ # all of these default to true, but feel free to set to
32
+ # "false" if necessary for your workflow
33
+ android: true
34
+ dotnet: true
35
+ haskell: true
36
+ large-packages: true
37
+ docker-images: true
38
+ swap-storage: true
39
- uses: actions/checkout@v2
40
- uses: actions-rs/toolchain@v1
41
with:
0 commit comments