Skip to content

Commit f50d6e8

Browse files
committed
build: Update apt-get before install
Otherwise we use old mirror ips and the setup process is failing.
1 parent 14d402c commit f50d6e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cd "$(dirname "$0")"
55

66
TOOLCHAIN=$(cat ../../rust-toolchain | grep channel | awk '{print $3}' | tr -d '"')
77

8+
sudo apt-get update
89
sudo apt-get install -y qemu-system-riscv64 binutils-riscv64-linux-gnu curl
910
sudo rm -rf /var/lib/apt/lists/*
1011

0 commit comments

Comments
 (0)