From 4d46d6bb37c97050980ec5d0c29ee03e82cf9b63 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 25 Apr 2020 19:45:47 +0200 Subject: Fixed ext2 reading by using genext2fs As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfa6f20..602bce4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,6 @@ jobs: if: steps.cache-cross.outputs.cache-hit != 'true' run: sh run cross - name: Build - run: sh run build + run: sh run build -y - name: Test install run: sh run image -- cgit v1.2.3