We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0da088c + 349b571 commit 68cf38dCopy full SHA for 68cf38d
.github/workflows/dev-container.yml
@@ -12,6 +12,21 @@ jobs:
12
build_devcontainer:
13
runs-on: ubuntu-latest
14
steps:
15
+ - name: Free Disk Space (Ubuntu)
16
+ uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
17
+ with:
18
+ # this might remove tools that are actually needed,
19
+ # if set to "true" but frees about 6 GB
20
+ tool-cache: false
21
+
22
+ # all of these default to true, but feel free to set to
23
+ # "false" if necessary for your workflow
24
+ android: true
25
+ dotnet: true
26
+ haskell: true
27
+ large-packages: true
28
+ docker-images: true
29
+ swap-storage: true
30
- name: Checkout from github
31
uses: actions/checkout@v3
32
- name: extract the github reference
0 commit comments