mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Change the relative path to the bitsery patch file
Meson has been changing its behavior around, and this is now also the behavior I'm getting when doing a clean build for the yabridge-git AUR package.
This commit is contained in:
@@ -63,13 +63,8 @@ jobs:
|
||||
install
|
||||
- name: Build the binaries
|
||||
run: |
|
||||
# Ubuntu resolves the relative paths used in the meson wrap files
|
||||
# relatively to the current working directory, so we have to setup the
|
||||
# project directly from the build directory
|
||||
mkdir build
|
||||
cd build
|
||||
meson setup --buildtype=release --cross-file ../cross-wine.conf -Duse-bitbridge=true
|
||||
ninja
|
||||
meson setup --buildtype=release --cross-file cross-wine.conf -Duse-bitbridge=true build
|
||||
ninja -C build
|
||||
- name: Create an archive for the binaries
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user