File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 - name : install-dependencies
4747 run : |
4848 sudo apt-get update -q -y
49- sudo apt-get install -q -y libsdl2-dev libsdl2-mixer-dev device-tree-compiler expect
49+ sudo apt-get install -q -y libsdl2-dev libsdl2-mixer-dev device-tree-compiler expect bc
5050 .ci/riscv-toolchain-install.sh
5151 echo "${{ github.workspace }}/toolchain/bin" >> $GITHUB_PATH
5252 wget https://apt.llvm.org/llvm.sh
@@ -161,7 +161,7 @@ jobs:
161161 # No 'sudo' is available
162162 install : |
163163 apt-get update -q -y
164- apt-get install -q -y git build-essential libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg
164+ apt-get install -q -y git build-essential libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
165165 git config --global --add safe.directory ${{ github.workspace }}
166166 git config --global --add safe.directory ${{ github.workspace }}/src/softfloat
167167 git config --global --add safe.directory ${{ github.workspace }}/src/mini-gdbstub
You can’t perform that action at this time.
0 commit comments