diff options
author | Marvin Borner | 2021-03-31 16:55:20 +0200 |
---|---|---|
committer | Marvin Borner | 2021-03-31 16:55:20 +0200 |
commit | 2bbca13614b90d4b64f1976900c206504a401717 (patch) | |
tree | ea62de118888589b49b517e07c5a97df84d5e2f4 /.github | |
parent | 7686ca622f379d1560cf447f6b33bd279289fdc0 (diff) |
Added inkscape to build dependencies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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 |