Skip to content

Commit

Permalink
ci: install Zuo in a writable place (?)
Browse files Browse the repository at this point in the history
CI has been failing because `make install` failed while building Zuo
because /usr/local/share wasn't writeable (or something like that). Try
configuring with a different prefix.
  • Loading branch information
benknoble committed Nov 15, 2024
1 parent e0ca3d3 commit 91f9988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
ruby-version: '3.1'
- run: |
./compile-zuo
zuo . install
(cd zuo && mkdir build && cd build && ../configure --prefix=$HOME && make && make install)
~/bin/zuo . install

0 comments on commit 91f9988

Please sign in to comment.