Skip to content

Commit 5cf79f4

Browse files
author
KATO Daisuke
committed
update ci setting
1 parent a1c8d6e commit 5cf79f4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/ci.yml

+17-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,24 @@ jobs:
1818
matrix:
1919
os:
2020
- ubuntu-latest
21-
- macos-latest
22-
- windows-latest
21+
# - macos-latest
22+
# - windows-latest
2323
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
2439
- uses: actions/checkout@v2
2540
- uses: actions-rs/toolchain@v1
2641
with:

0 commit comments

Comments
 (0)