Skip to content

Commit aeb081e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents e97fd19 + 7331fd9 commit aeb081e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414

1515
- name: Update packages
1616
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 \
17+
apt update
18+
apt upgrade -y patch autoconf automake diffutils pkgconf fakeroot git file tar bzip2 zstd python3 python3-pip python3-requests
19+
dkp-pacman --noconfirm -U \
2120
"https://wii.leseratte10.de/devkitPro/other-stuff/dkp-toolchain-vars-1.0.2-1-any.pkg.tar.xz"
2221
2322
- name: Silence all git safe directory warnings

0 commit comments

Comments
 (0)