diff options
| author | 2023-07-07 13:47:59 -0700 | |
|---|---|---|
| committer | 2023-07-07 13:47:59 -0700 | |
| commit | f80edad10920247fee34422c14b4b22d6228cd14 (patch) | |
| tree | 4b4fd2f3157ed81514eea9716be6102d9898c5b3 /.github/workflows/android-build.yml | |
| parent | Merge pull request #11041 from Morph1984/vksdk (diff) | |
| parent | verify: Remove dependence on chocolatey (diff) | |
| download | yuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar.gz yuzu-f80edad10920247fee34422c14b4b22d6228cd14.tar.xz yuzu-f80edad10920247fee34422c14b4b22d6228cd14.zip | |
Merge pull request #11049 from Morph1984/gha
github: Remove dependence on chocolatey for buildcache
Diffstat (limited to '.github/workflows/android-build.yml')
| -rw-r--r-- | .github/workflows/android-build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index e639e965a..5893f860e 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml | |||
| @@ -10,6 +10,7 @@ on: | |||
| 10 | jobs: | 10 | jobs: |
| 11 | android: | 11 | android: |
| 12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-latest |
| 13 | if: ${{ github.repository == 'yuzu-emu/yuzu-android' }} | ||
| 13 | steps: | 14 | steps: |
| 14 | - uses: actions/checkout@v3 | 15 | - uses: actions/checkout@v3 |
| 15 | with: | 16 | with: |