mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Use the relative path workaround in the workflow
This commit is contained in:
@@ -63,13 +63,13 @@ jobs:
|
|||||||
install
|
install
|
||||||
- name: Build the binaries
|
- name: Build the binaries
|
||||||
run: |
|
run: |
|
||||||
# I'm not sure why, but on Ubuntu 18.04 the path to the wrap patch
|
# Ubuntu resolves the relative paths used in the meson wrap files
|
||||||
# files is relative to the current working directory rather than the
|
# relatively to the current working directory, so we have to setup the
|
||||||
# build directory
|
# project directly from the build directory
|
||||||
sed -i 's#file:\.\./subprojects#file:./subprojects#' subprojects/*.wrap
|
mkdir build
|
||||||
|
cd build
|
||||||
meson setup --buildtype=release --cross-file cross-wine.conf -Duse-bitbridge=true build
|
meson setup --buildtype=release --cross-file ../cross-wine.conf -Duse-bitbridge=true
|
||||||
ninja -C build
|
ninja
|
||||||
- name: Create an archive for the binaries
|
- name: Create an archive for the binaries
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user