ci/lin: install to system, not HOME
This commit is contained in:
parent
de4e19ceea
commit
0d20bf2123
|
|
@ -30,14 +30,12 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
autoconf
|
autoconf
|
||||||
./configure --prefix=$HOME
|
./configure
|
||||||
make install
|
sudo make install
|
||||||
make check
|
make check
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: sh .github/test.sh
|
||||||
export PATH=$HOME/bin:$PATH
|
|
||||||
sh .github/test.sh
|
|
||||||
|
|
||||||
|
|
||||||
win:
|
win:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue