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:
Robbert van der Helm
2020-05-05 15:16:58 +02:00
parent afc7f0dffc
commit 8049385e29
3 changed files with 3 additions and 28 deletions
+2 -7
View File
@@ -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