Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Sep 11, 2024
1 parent c2adac0 commit 0f0406e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Any error will result in failure
set -e

# in any case wget is not installed
sudo apt-get update && sudo apt-get install -y wget

# toolchain necessary to compile c-kzg in SP1/risc0
if [ -z "$1" ] || [ "$1" == "sp1" ] || [ "$1" == "risc0" ]; then
# Check if the RISC-V GCC prebuilt binary archive already exists
Expand Down

0 comments on commit 0f0406e

Please sign in to comment.