Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
compile on android sdk ver 21
  • Loading branch information
SolDev69 authored Dec 8, 2023
1 parent 6937fa0 commit d71a2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
--prefix=/tmp/mesa \
--cross-file "build-crossfile" \
-Dplatforms=android \
-Dplatform-sdk-version=26 \
-Dplatform-sdk-version=21 \
-Dandroid-stub=true \
-Dllvm=disabled \
-Dxlib-lease=disabled \
Expand All @@ -67,4 +67,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: libOSMesa_${{matrix.arch}}
path: /tmp/mesa
path: /tmp/mesa

0 comments on commit d71a2a6

Please sign in to comment.