File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 run : sudo dpkg --add-architecture i386
4343
4444 - name : Install Ubuntu packages
45- run : sudo apt-get update && sudo apt-get install -y gcc-mipsel-linux-gnu binutils-mips-linux-gnu ninja-build libc6:i386 libncurses5:i386 libstdc++6:i386
45+ run : sudo apt-get update && sudo apt-get install -y gcc-mipsel-linux-gnu binutils-mips-linux-gnu ninja-build libc6:i386 libstdc++6:i386
4646
4747 - name : Install Python modules
4848 run : python3 -m pip install --upgrade -r requirements.txt
Original file line number Diff line number Diff line change 3838 run : sudo dpkg --add-architecture i386
3939
4040 - name : Install Ubuntu packages
41- run : sudo apt-get update && sudo apt-get install -y gcc-mipsel-linux-gnu binutils-mips-linux-gnu ninja-build libc6:i386 libncurses5:i386 libstdc++6:i386
41+ run : sudo apt-get update && sudo apt-get install -y gcc-mipsel-linux-gnu binutils-mips-linux-gnu ninja-build libc6:i386 libstdc++6:i386
4242
4343 - name : Install Python modules
4444 run : python3 -m pip install --upgrade -r requirements.txt
You can’t perform that action at this time.
0 commit comments