ci/lin: install to system, not HOME

This commit is contained in:
umarcor 2020-11-30 08:57:41 +01:00
parent de4e19ceea
commit 0d20bf2123
1 changed files with 3 additions and 5 deletions

View File

@ -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: