From 537efa45a3df3a4bb3d08138d7b61344edb9e019 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Tue, 14 Jul 2020 18:09:50 -0600 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ba52735..33bb5ef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ variables: steps: - script: | - curl -L https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.2/devkitpro-pacman.deb -o pacman.deb + curl -L https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb -o pacman.deb sudo apt update sudo apt install p7zip-full haveged sudo dpkg -i pacman.deb