aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarvin Borner2020-03-31 21:50:48 +0200
committerMarvin Borner2020-03-31 21:50:48 +0200
commit0abd1370ee59511f2cfe330a44d80adb7ab17dca (patch)
treed9bf23181590ad3967b364177135e2e037abacb1 /.github/workflows
parent87bda01111fb13e64e076f0761566ec419c1f753 (diff)
Whaaaat, I still need the shared libs? Well...
I'm a bit confused thought
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 2 insertions, 4 deletions
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