We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97fd19 + 7331fd9 commit aeb081eCopy full SHA for aeb081e
.github/workflows/main.yml
@@ -14,10 +14,9 @@ jobs:
14
15
- name: Update packages
16
run: |
17
- sudo -n apt-get update
18
- sudo -n apt-get upgrade -y patch autoconf automake diffutils pkgconf fakeroot git file tar bzip2 zstd python3 python3-pip
19
- python3 -m pip install requests
20
- sudo -n dkp-pacman --noconfirm -U \
+ apt update
+ apt upgrade -y patch autoconf automake diffutils pkgconf fakeroot git file tar bzip2 zstd python3 python3-pip python3-requests
+ dkp-pacman --noconfirm -U \
21
"https://wii.leseratte10.de/devkitPro/other-stuff/dkp-toolchain-vars-1.0.2-1-any.pkg.tar.xz"
22
23
- name: Silence all git safe directory warnings
0 commit comments