Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Jan 3, 2025
1 parent 50568e9 commit a81e484
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/sync_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,18 @@ jobs:
# ref: v2.10.9
# path: util

- name: Setup Util
- name: Download Util
run: |
wget -O /usr/bin/mmrl-util https://github.com/Googlers-Repo/magisk-modules-repo-util/releases/download/v2.10.9/mmrl-util
chmod 755 /usr/bin/mmrl-util
curl -L -o mmrl-util https://github.com/Googlers-Repo/magisk-modules-repo-util/releases/download/v2.10.9/mmrl-util
chmod 755 ./mmrl-util
- name: Add Util to PATH
run: |
echo "::add-path::$(pwd)"
- name: Verify Util
run: |
mmrl-util --version
- name: Set up Git
run: |
Expand Down

0 comments on commit a81e484

Please sign in to comment.