Skip to content

Commit

Permalink
[fix] ci
Browse files Browse the repository at this point in the history
I hope
  • Loading branch information
SolDev69 committed Dec 20, 2023
1 parent 756de93 commit 1031adc
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 @@ -20,7 +20,6 @@ jobs:

- name: Build
run: |
mkdir /tmp/vulkan
sudo apt update
sudo apt install -y meson libxrandr-dev libxxf86vm-dev libxcb-*-dev libx11-xcb-dev libxfixes-dev libdrm-dev libx11-dev
pip3 install mako
Expand Down Expand Up @@ -88,6 +87,7 @@ jobs:
-Dfreedreno-kmds=kgsl \
-Db_lto=true
ninja -C "build-android-vulkan"
mkdir /tmp/vulkan
cp build-android-vulkan/src/freedreno/vulkan/libvulkan_freedreno.so /tmp/vulkan
fi
Expand Down

0 comments on commit 1031adc

Please sign in to comment.