Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update strato-android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpXada committed Mar 30, 2024
1 parent 6fa1d29 commit e247671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/strato-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
cd ${{ github.workspace }}
git clone --branch ${{ github.event.inputs.branch || 'master' }} https://github.com/strato-emu/strato.git
cd strato
git config --global user.email "autoci@impxada.com"
git config --global user.name "impxada-autoci"
git config -f .gitmodules submodule.Sirit.url https://github.com/yuzu-mirror/sirit
git add .gitmodules
git commit -m "Update submodule URL"
Expand Down

0 comments on commit e247671

Please sign in to comment.