diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 84c4d87..ba52735 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.1/devkitpro-pacman.deb -o pacman.deb + curl -L https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.2/devkitpro-pacman.deb -o pacman.deb sudo apt update sudo apt install p7zip-full haveged sudo dpkg -i pacman.deb