File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
- name : install-dependencies
47
47
run : |
48
48
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
50
50
.ci/riscv-toolchain-install.sh
51
51
echo "${{ github.workspace }}/toolchain/bin" >> $GITHUB_PATH
52
52
wget https://apt.llvm.org/llvm.sh
@@ -161,7 +161,7 @@ jobs:
161
161
# No 'sudo' is available
162
162
install : |
163
163
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
165
165
git config --global --add safe.directory ${{ github.workspace }}
166
166
git config --global --add safe.directory ${{ github.workspace }}/src/softfloat
167
167
git config --global --add safe.directory ${{ github.workspace }}/src/mini-gdbstub
You can’t perform that action at this time.
0 commit comments