Skip to content

Commit acaddd2

Browse files
committed
fixup
1 parent f3668a5 commit acaddd2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build-image.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ jobs:
2929
fetch-depth: 1
3030
submodules: recursive
3131

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
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
4444

4545
- name: Prepare build environment
4646
run: |

0 commit comments

Comments
 (0)