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 f3668a5 commit acaddd2Copy full SHA for acaddd2
.github/workflows/build-image.yml
@@ -29,18 +29,18 @@ jobs:
29
fetch-depth: 1
30
submodules: recursive
31
32
- - name: Install dependencies
33
- run: |
34
- sudo apt-get update
35
- sudo apt-get install -y \
36
- genimage \
37
- u-boot-tools \
38
- parted \
39
- gdisk \
40
- qemu-utils \
41
- dosfstools \
42
- e2fsprogs \
43
- jq
+# - name: Install dependencies
+# run: |
+# sudo apt-get update
+# sudo apt-get install -y \
+# genimage \
+# u-boot-tools \
+# parted \
+# gdisk \
+# qemu-utils \
+# dosfstools \
+# e2fsprogs \
+# jq
44
45
- name: Prepare build environment
46
run: |
0 commit comments