Fix MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a3ee3a0149
commit
c9fd262e75
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -304,7 +304,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
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 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-recommended
|
sudo apt-get install -yqq pandoc texlive-latex-recommended texlive-latex-extra
|
||||||
- name: Bootstrap toolchain
|
- name: Bootstrap toolchain
|
||||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -343,7 +343,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
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 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-recommended
|
sudo apt-get install -yqq pandoc texlive-latex-recommended texlive-latex-extra
|
||||||
- name: Bootstrap toolchain
|
- name: Bootstrap toolchain
|
||||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -382,7 +382,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
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 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-recommended
|
sudo apt-get install -yqq pandoc texlive-latex-recommended texlive-latex-extra
|
||||||
- name: Bootstrap toolchain
|
- name: Bootstrap toolchain
|
||||||
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
if: steps.mpb-cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue