Skip to content

Commit

Permalink
Fix[ci_script]: FFS, i was updating the wrong script...
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Dec 30, 2023
1 parent 4407166 commit 9ddf8b7
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
@@ -1,7 +1,7 @@
name: Build Android

on:
[push, pull_request]
[push, pull_request, workflow_dispatch]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
pip3 install mako
export ANDROID_NDK_HOME="$ANDROID_SDK_ROOT/ndk-bundle"
envsubst <android-${{matrix.arch}} >build-crossfile
git clone --depth 1 https://github.com/Mesa3D/mesa
git clone --depth 1 https://gitlab.freedesktop.org/mesa/mesa.git
cd mesa
git apply --reject --whitespace=fix ../mesa-zink.diff || echo "git apply failed"
meson setup "build-android" \
Expand Down

0 comments on commit 9ddf8b7

Please sign in to comment.