Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ortex authored May 22, 2024
1 parent ff865ad commit 771b146
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,7 @@ jobs:
fetch-depth: 0

- name: Setup Java
run: |
if [[ '${{ runner.arch }}' == 'X64' ]]; then
echo "JAVA_HOME=$JAVA_HOME_17_X64" >> $GITHUB_ENV
else
echo "JAVA_HOME=$JAVA_HOME_17_arm64" >> $GITHUB_ENV
fi
run: echo "JAVA_HOME=$JAVA_HOME_17_X64$JAVA_HOME_17_arm64" >> $GITHUB_ENV

- name: Install SDK
uses: malinskiy/action-android/install-sdk@release/0.1.4
Expand Down

0 comments on commit 771b146

Please sign in to comment.