We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8264fb1 commit 50eb205Copy full SHA for 50eb205
.github/workflows/build.yml
@@ -3,31 +3,8 @@ name: Build
3
on: [push, pull_request]
4
5
jobs:
6
- free-disk-space:
7
- runs-on: ubuntu-latest
8
- steps:
9
-
10
- - name: Free Disk Space (Ubuntu)
11
- uses: jlumbroso/free-disk-space@main
12
- with:
13
- # this might remove tools that are actually needed,
14
- # if set to "true" but frees about 6 GB
15
- tool-cache: false
16
17
- # all of these default to true, but feel free to set to
18
- # "false" if necessary for your workflow
19
- android: true
20
- dotnet: true
21
- haskell: true
22
- large-packages: true
23
- docker-images: true
24
- swap-storage: true
25
26
build:
27
runs-on: ubuntu-latest
28
- container: zephyrprojectrtos/ci:latest
29
- env:
30
- CMAKE_PREFIX_PATH: /opt/toolchains
31
steps:
32
33
- name: Free Disk Space (Ubuntu)
0 commit comments