aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarvin Borner2021-03-31 16:55:20 +0200
committerMarvin Borner2021-03-31 16:55:20 +0200
commit2bbca13614b90d4b64f1976900c206504a401717 (patch)
treeea62de118888589b49b517e07c5a97df84d5e2f4 /.github/workflows
parent7686ca622f379d1560cf447f6b33bd279289fdc0 (diff)
Added inkscape to build dependencies
Diffstat (limited to '.github/workflows')
-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 9e9c29f..6e88c24 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install
- run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo ccache curl nasm grub-common qemu qemu-kvm mtools ctags
+ run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo ccache curl nasm grub-common qemu qemu-kvm mtools ctags inkscape
- name: Get cross compiler
id: cache-cross
uses: actions/cache@v1