Skip to content

Commit 901b9cc

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

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build.yml

-22
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,8 @@ name: Build
33
on: [push, pull_request]
44

55
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-
266
build:
277
runs-on: ubuntu-latest
28-
container: zephyrprojectrtos/ci:latest
298
env:
309
CMAKE_PREFIX_PATH: /opt/toolchains
3110
steps:
@@ -45,7 +24,6 @@ jobs:
4524
large-packages: true
4625
docker-images: true
4726
swap-storage: true
48-
4927
- name: Checkout
5028
uses: actions/checkout@v2
5129
with:

0 commit comments

Comments
 (0)