Skip to content

Commit

Permalink
Merge pull request #296 from nrkno/android-java17-pipeline
Browse files Browse the repository at this point in the history
Specify Java 17 in the Android pipeline
  • Loading branch information
hakonschia authored Jun 28, 2024
2 parents ad62e66 + 7cdbb79 commit 1779cfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-android-vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
generate-android-vectors:
runs-on: ubuntu-latest
steps:
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1779cfa

Please sign in to comment.