Skip to content

Commit

Permalink
Add sudo permission for apt-get operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Oct 1, 2021
1 parent fb7c644 commit bf597a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ jobs:
- name: Patch boot image
run: |
apt-get update
apt-get install dos2unix -y
sudo apt-get update
sudo apt-get install dos2unix -y
cp magisk_unzipped/lib/x86/libmagiskinit.so ./magiskinit
cp magisk_unzipped/lib/x86/libmagiskboot.so ./magiskboot
cp magisk_unzipped/lib/x86/libmagisk32.so ./magisk32
Expand Down

0 comments on commit bf597a5

Please sign in to comment.