Skip to content

Commit

Permalink
use meson from path
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Dec 11, 2024
1 parent 8aa582c commit a1d6b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrcpy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build scrcpy
run: |
cd scrcpy
~/.local/bin/meson x --buildtype release --strip -Db_lto=true \
meson x --buildtype release --strip -Db_lto=true \
-Dprebuilt_server=./scrcpy_server
ninja -Cx
ninja -Cx install
Expand Down

0 comments on commit a1d6b9a

Please sign in to comment.