File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,8 @@ name: Build
3
3
on : [push, pull_request]
4
4
5
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
6
build :
27
7
runs-on : ubuntu-latest
28
- container : zephyrprojectrtos/ci:latest
29
8
env :
30
9
CMAKE_PREFIX_PATH : /opt/toolchains
31
10
steps :
45
24
large-packages : true
46
25
docker-images : true
47
26
swap-storage : true
48
-
49
27
- name : Checkout
50
28
uses : actions/checkout@v2
51
29
with :
You can’t perform that action at this time.
0 commit comments