Skip to content

Commit 1ff7568

Browse files
committed
ci: fix install step with a writable prefix
1 parent 260d0bc commit 1ff7568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
brew update
3333
brew install bison
3434
- name: Configure
35-
run: meson builddir --buildtype=release
35+
run: meson builddir --buildtype=release --prefix=${GITHUB_WORKSPACE}/build_prefix
3636
- name: Build
3737
run: meson compile -C builddir
3838
- name: Install

0 commit comments

Comments
 (0)