Skip to content

Commit

Permalink
I'm stupid
Browse files Browse the repository at this point in the history
clone the *entirety* of libdrm intead of just the first commit
  • Loading branch information
SolDev69 authored Dec 8, 2023
1 parent fbd54e8 commit 97eb49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip3 install mako
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
git reset --hard bf08984682a2bc7c4a1e01dd2af8d4c1d75cea46
meson setup "build-android" \
Expand Down

0 comments on commit 97eb49e

Please sign in to comment.