Skip to content

Commit 9ccac01

Browse files
committed
add prerequisites installation
1 parent 2054de1 commit 9ccac01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-cva6-gcc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
cd cva6
2525
export INSTALL_DIR=$(pwd)/custom_toolchain_build
2626
cd util/toolchain-builder
27+
apt-get install autoconf automake autotools-dev curl git libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool bc zlib1g-dev
2728
echo "INSTALL_DIR: $INSTALL_DIR"
2829
bash get-toolchain.sh
2930
bash build-toolchain.sh $INSTALL_DIR

0 commit comments

Comments
 (0)