Skip to content

Commit 31ab5eb

Browse files
committed
test
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 8264fb1 commit 31ab5eb

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/build.yml

-23
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99

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-
3310
- name: Free Disk Space (Ubuntu)
3411
uses: jlumbroso/free-disk-space@main
3512
with:

0 commit comments

Comments
 (0)