Tweak modgui, add initial PDF docs
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
68c143da60
commit
b5ac998e4a
7 changed files with 60 additions and 5 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -304,6 +304,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python libtool-bin liblo-dev qemu-user-static
|
||||
sudo apt-get install -yqq pandoc texlive-latex-base
|
||||
- name: Bootstrap toolchain
|
||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
@ -342,6 +343,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python libtool-bin liblo-dev qemu-user-static
|
||||
sudo apt-get install -yqq pandoc texlive-latex-base
|
||||
- name: Bootstrap toolchain
|
||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
@ -380,6 +382,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -yqq acl bc curl cvs git mercurial rsync subversion wget bison bzip2 flex gawk gperf gzip help2man nano perl patch tar texinfo unzip automake binutils build-essential cpio libtool libncurses-dev pkg-config python libtool-bin liblo-dev qemu-user-static
|
||||
sudo apt-get install -yqq pandoc texlive-latex-base
|
||||
- name: Bootstrap toolchain
|
||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue