Skip to content

Commit 19c3495

Browse files
committed
CI: Install GNU bc arbitrary precision calculator
Levaraging GNU bc to calculate the memory layout for the system emulation.
1 parent 9e091d9 commit 19c3495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

0 commit comments

Comments
 (0)