We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8264fb1 commit eeac5deCopy full SHA for eeac5de
.github/workflows/build.yml
@@ -25,27 +25,10 @@ jobs:
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)
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
49
- name: Checkout
50
uses: actions/checkout@v2
51
with:
0 commit comments