We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccac01 commit d1a2d31Copy full SHA for d1a2d31
.github/workflows/build-cva6-gcc.yml
@@ -24,7 +24,7 @@ jobs:
24
cd cva6
25
export INSTALL_DIR=$(pwd)/custom_toolchain_build
26
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
+ sudo 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
28
echo "INSTALL_DIR: $INSTALL_DIR"
29
bash get-toolchain.sh
30
bash build-toolchain.sh $INSTALL_DIR
0 commit comments