aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarvin Borner2020-04-25 19:45:47 +0200
committerMarvin Borner2020-04-25 19:45:47 +0200
commit4d46d6bb37c97050980ec5d0c29ee03e82cf9b63 (patch)
tree3c5105638c301b6f0d31abe4d8e73c79cff8054f /.github
parent71a111f7e6b71e0894b90e8dc1221b1ec4f84ab3 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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