diff options
author | Marvin Borner | 2020-04-25 19:45:47 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-25 19:45:47 +0200 |
commit | 4d46d6bb37c97050980ec5d0c29ee03e82cf9b63 (patch) | |
tree | 3c5105638c301b6f0d31abe4d8e73c79cff8054f /.github | |
parent | 71a111f7e6b71e0894b90e8dc1221b1ec4f84ab3 (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.yml | 2 |
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 |