Skip to content

Commit d1a2d31

Browse files
committed
sudo?
1 parent 9ccac01 commit d1a2d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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
27+
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
2828
echo "INSTALL_DIR: $INSTALL_DIR"
2929
bash get-toolchain.sh
3030
bash build-toolchain.sh $INSTALL_DIR

0 commit comments

Comments
 (0)