Skip to content

Commit

Permalink
Update Recovery-Builder-SHRP.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodandan authored Feb 23, 2023
1 parent d1450c4 commit dfc6f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Recovery-Builder-SHRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ permissions:
jobs:
build:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check Out
uses: actions/[email protected]
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install Git-Repo
run: |
git config --global advice.detachedHead false
git clone https://android.googlesource.com/tools/repo -b v2.29 ~/bin
git clone https://android.googlesource.com/tools/repo -b v2.30 ~/bin
chmod a+x ~/bin/repo
sudo ln -sf ~/bin/repo /usr/bin/repo
Expand Down

0 comments on commit dfc6f94

Please sign in to comment.