Skip to content

Commit

Permalink
Fix: CI could not download Kubo
Browse files Browse the repository at this point in the history
Use the opportunity to upgrade Kubo 21 -> 23
  • Loading branch information
hoh committed Oct 17, 2023
1 parent 36bcd28 commit 45a727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ vmlinux:

download-ipfs-kubo: target-dir build-dir
mkdir -p ./target/kubo
curl -fsSL https://dist.ipfs.tech/kubo/v0.21.0/kubo_v0.21.0_linux-amd64.tar.gz | tar -xz --directory ./target/kubo
curl -fsSL https://github.com/ipfs/kubo/releases/download/v0.23.0/kubo_v0.23.0_linux-amd64.tar.gz | tar -xz --directory ./target/kubo

version:
python3 ./version_from_git.py --inplace deb aleph-vm/DEBIAN/control
Expand Down

0 comments on commit 45a727d

Please sign in to comment.