Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 2, 2024
1 parent 36c335b commit 7dcccf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cat ${GITHUB_OUTPUT}
build:
runs-on: macOS-latest
runs-on: macOS-13
needs:
- env-job
steps:
Expand All @@ -36,6 +36,7 @@ jobs:
- name: show envs
run: |
echo ${{ needs.env-job.outputs.modified-branch-name }}
- uses: gradle/wrapper-validation-action@v3
- name: prepare
run: brew install exiftool imagemagick
- name: set up JDK 17
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

0 comments on commit 7dcccf9

Please sign in to comment.