diff options
author | Marvin Borner | 2020-04-21 00:37:02 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-21 00:45:47 +0200 |
commit | c83104329214bd618444d6e0242bb0317f52dbbc (patch) | |
tree | 8f884d12483f21e94ace5b60d353ad9c8fc14a7c /.github | |
parent | 62b27d5307b1ac019a0a3a27fe947cccff8875f6 (diff) |
Finally! EXT2 is working now :)
Puuh.
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 bc54a2d..74954a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Install - run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libcloog-isl-dev libisl-0.18-dev ccache curl nasm grub qemu qemu-kvm mtools genext2fs + run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libcloog-isl-dev libisl-0.18-dev ccache curl nasm grub* qemu qemu-kvm mtools - name: Get cross compiler id: cache-cross uses: actions/cache@v1 |