Skip to content

Commit

Permalink
Fix CI config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Nov 19, 2023
1 parent 3e9531b commit 2ac4595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
sudo apt install -y meson libxrandr-dev libxxf86vm-dev libxcb-*-dev libx11-xcb-dev libxfixes-dev libdrm-dev libx11-dev
pip3 install mako
export ANDROID_NDK_HOME="$ANDROID_SDK_ROOT/ndk-bundle"
# Build plain libdrm as a static library
envsubst <android-drm-${{matrix.arch}} >build-crossfile-drm
git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git
cd drm
Expand All @@ -44,7 +43,6 @@ jobs:
-Detnaviv=disabled
ninja -C "build-android" install
cd ..
#Now, build OSMesa with panfrost
envsubst <android-${{matrix.arch}} >build-crossfile
meson setup "build-android" \
--prefix=/tmp/pan \
Expand Down

0 comments on commit 2ac4595

Please sign in to comment.