Skip to content

Commit 0ead71d

Browse files
authored
Update profile_lincoa_small.yml
1 parent 8b9e0dd commit 0ead71d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/profile_lincoa_small.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ jobs:
3535

3636
steps:
3737

38+
- name: Free disk space
39+
uses: jlumbroso/free-disk-space@main
40+
if: startsWith(matrix.os, 'ubuntu')
41+
with:
42+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
43+
android: true
44+
dotnet: true
45+
haskell: true
46+
large-packages: true
47+
docker-images: true
48+
swap-storage: false # Important, or the runner may be shut down due to memory starvation.
49+
3850
- name: Clone Repository (Latest)
3951
uses: actions/[email protected]
4052
if: github.event.inputs.git-ref == ''

0 commit comments

Comments
 (0)