Skip to content

Commit

Permalink
24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly authored Nov 23, 2024
1 parent 3ebce3e commit b8be6b0
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 @@ -24,7 +24,7 @@ jobs:
pip3 install mako meson ninja
export ANDROID_NDK_HOME="$ANDROID_SDK_ROOT/ndk-bundle"
envsubst <android-drm-${{matrix.arch}} >build-crossfile-drm
git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
git clone https://gitlab.freedesktop.org/mesa/drm.git
cd drm
meson setup "build-android" \
--prefix=/tmp/drm-static \
Expand All @@ -43,7 +43,7 @@ jobs:
cd ..
envsubst <android-${{matrix.arch}} >build-crossfile
git clone --branch mesa-24.3.0 https://gitlab.freedesktop.org/mesa/mesa
git clone --branch test https://github.com/Vera-Firefly/mesa-build-fix
git clone --branch 24.3.0 https://github.com/Vera-Firefly/mesa-build-fix
cp -rf mesa-build-fix/* mesa/
cd mesa
meson setup "build-android" \
Expand Down

0 comments on commit b8be6b0

Please sign in to comment.