Skip to content

Commit 2dc112f

Browse files
committed
f
1 parent c608d1b commit 2dc112f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/makefile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919

2020
- name: Run tests
2121
run: make test
22-

prepare_debian_environment.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
set -eux
33
cd "${0%/*}"
44

5-
apt install gcc libguestfs-dev guestfs-tools nbd-client
5+
#apt install -y gcc libguestfs-dev guestfs-tools nbd-client
66

7+
ls -lah /boot
78
source /etc/os-release
89

910
if [ "${ID}" == "ubuntu" ]; then

0 commit comments

Comments
 (0)