Skip to content

Commit eeac5de

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

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build.yml

-17
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,10 @@ jobs:
2525

2626
build:
2727
runs-on: ubuntu-latest
28-
container: zephyrprojectrtos/ci:latest
2928
env:
3029
CMAKE_PREFIX_PATH: /opt/toolchains
3130
steps:
3231

33-
- name: Free Disk Space (Ubuntu)
34-
uses: jlumbroso/free-disk-space@main
35-
with:
36-
# this might remove tools that are actually needed,
37-
# if set to "true" but frees about 6 GB
38-
tool-cache: false
39-
40-
# all of these default to true, but feel free to set to
41-
# "false" if necessary for your workflow
42-
android: true
43-
dotnet: true
44-
haskell: true
45-
large-packages: true
46-
docker-images: true
47-
swap-storage: true
48-
4932
- name: Checkout
5033
uses: actions/checkout@v2
5134
with:

0 commit comments

Comments
 (0)