Skip to content

Commit 2ebc1be

Browse files
committed
ci: test github actions
1 parent fea7237 commit 2ebc1be

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/sub_test.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,22 @@ jobs:
4141
build:
4242
runs-on: ubuntu-latest
4343
steps:
44+
-
45+
name: Free Disk Space (Ubuntu)
46+
uses: jlumbroso/free-disk-space@main
47+
with:
48+
# this might remove tools that are actually needed,
49+
# if set to "true" but frees about 6 GB
50+
tool-cache: false
51+
52+
# all of these default to true, but feel free to set to
53+
# "false" if necessary for your workflow
54+
android: true
55+
dotnet: true
56+
haskell: true
57+
large-packages: true
58+
docker-images: true
59+
swap-storage: true
4460
-
4561
name: Checkout
4662
uses: actions/checkout@v4

0 commit comments

Comments
 (0)