Skip to content

Commit

Permalink
Use older version to avoid using Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Nov 15, 2024
1 parent 83b53c6 commit beeb150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Run maven command
run: mvn clean verify -DrunAnalysisTests

# Build the HeadlessAndroidScanner module and run its tests
build-and-test-scanner-android:
runs-on: ubuntu-latest

Expand All @@ -62,7 +63,7 @@ jobs:
# ls -lhR $ANDROID_SDK_ROOT/platforms/
# Setup Android SDK
- name: Setup Android SDK
uses: android-actions/setup-android@v3.2.2
uses: android-actions/setup-android@v2.0.10
- name: Copy Android platforms to test resources
run: |
cp -R $ANDROID_SDK_ROOT/platforms/* HeadlessAndroidScanner/src/test/resources/platforms/
Expand Down

0 comments on commit beeb150

Please sign in to comment.