Skip to content

Commit 88c7163

Browse files
committed
Update pacman link
1 parent d6d9040 commit 88c7163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
239239
mkdir -p target
240240
(
241241
cd target
242-
wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
242+
wget https://github.com/devkitPro/pacman/releases/download/v1.0.1/devkitpro-pacman.deb
243243
sudo dpkg -i devkitpro-pacman.deb
244244
sudo dkp-pacman -Sy
245245
sudo dkp-pacman -Syu

0 commit comments

Comments
 (0)