diff options
author | Marvin Borner | 2020-04-20 00:01:34 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-20 00:02:50 +0200 |
commit | 3ea7f26a177650ca49551981e1cbd7efbc7191df (patch) | |
tree | f383490cc113bc49b01cd8bddbf94845f9e626d3 /.github | |
parent | f3427d6e37a1ebec78adac57f69d5efad0170d66 (diff) |
Fixed dependencies
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 d14d177..bc54a2d 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 genisoimage 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 genext2fs - name: Get cross compiler id: cache-cross uses: actions/cache@v1 |