aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2019-11-01 01:10:16 +0100
committerMarvin Borner2019-11-01 01:10:16 +0100
commit283eb56dc6599db602dbda726deba64ed4b50e97 (patch)
tree7e992de18aa2bd341daea02e74c16ba1760753b4
parent7078393b2bea0dd66c85a8639d5a12bacc90dd56 (diff)
I hate ubuntu
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 250ce8e..c9dbe3b 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -15,7 +15,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 libisl-dev curl nasm grub2 qemu qemu-kvm
+ 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 curl nasm grub2 qemu qemu-kvm
- name: Make
run: make cross build
- name: Release