aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarvin Borner2020-04-22 16:39:13 +0200
committerMarvin Borner2020-04-22 16:39:13 +0200
commitd086261502980a1963671a73d216bd9352e6ec3f (patch)
tree9d73064a8947e33b7b56c9694c2a8ee3fc9b17af /.github
parentb745466cde2d764fb514bdb750f2d0b36a1e9679 (diff)
Switched to cmake - AGAIN!
Yes, I know... I once used it and was still using it to create my compile commands script but it didn't quite work. Now it does, so I replaced my whole sh spaghetti code! :)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 380f9fc..cfa6f20 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-common 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 grub-common qemu qemu-kvm mtools cmake
- name: Get cross compiler
id: cache-cross
uses: actions/cache@v1