From 0abd1370ee59511f2cfe330a44d80adb7ab17dca Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 31 Mar 2020 21:50:48 +0200 Subject: Whaaaat, I still need the shared libs? Well... I'm a bit confused thought --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0e34ad..cbd8a05 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 ccache curl nasm genisoimage qemu qemu-kvm mtools + 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 - name: Get cross compiler id: cache-cross uses: actions/cache@v1 @@ -21,9 +21,7 @@ jobs: key: ${{ runner.os }}-cross - name: Build cross compiler if: steps.cache-cross.outputs.cache-hit != 'true' - run: | - sudo apt-get install -y bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libcloog-isl-dev libisl-0.18-dev curl - sh run cross + run: sh run cross - name: Build run: sh run build - name: Test install -- cgit v1.2.3