Update linux-build.yml
This commit is contained in:
parent
882569cb78
commit
7a9ee320f0
2
.github/workflows/linux-build.yml
vendored
2
.github/workflows/linux-build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Install mipsel toolchain
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-mipsel-linux-gnu g++-mipsel-linux-gnu binutils-mipsel-linux-gnu p7zip tinyxml2
|
||||
sudo apt-get install gcc-mipsel-linux-gnu g++-mipsel-linux-gnu binutils-mipsel-linux-gnu p7zip libtinyxml2-6
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
Loading…
Reference in New Issue
Block a user