Update MacS-M1-make.yml
try local install to avoid sudo
This commit is contained in:
4
.github/workflows/MacS-M1-make.yml
vendored
4
.github/workflows/MacS-M1-make.yml
vendored
@@ -28,12 +28,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: mkdir -p $PWD/localbin_${{ matrix.arch }}; ./configure --prefix=$PWD/localbin_${{ matrix.arch }}
|
||||||
- name: make
|
- name: make
|
||||||
run: make -j4
|
run: make -j4
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: make -j4 -C tests
|
run: make -j4 -C tests
|
||||||
- name: make minimal sample
|
- name: make minimal sample
|
||||||
run: make -j4 -C samples/minimal -f makefile.unx clean;make -j4 -C samples/minimal -f makefile.unx
|
run: make install;make -j4 -C samples/minimal -f makefile.unx clean;make -j4 -C samples/minimal -f makefile.unx
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: pushd tests;./test;popd
|
run: pushd tests;./test;popd
|
||||||
|
Reference in New Issue
Block a user