Skip to content

Commit 75ec0bf

Browse files
committed
foo2
1 parent b9ea298 commit 75ec0bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_gnulinux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo make install
2525
2626
- name: configure
27-
run: ./configure
27+
run: ./configure --enable-opt
2828

2929
- name: build
3030
run: make
@@ -36,7 +36,9 @@ jobs:
3636
run: make meshconv
3737

3838
- name: stage install
39-
run: DESTDIR=meshfile-build make install-all
39+
run: |
40+
make DESTDIR=meshfile-build install-all
41+
tree meshfile-build
4042
4143
- uses: actions/upload-artifact@v4
4244
with:

0 commit comments

Comments
 (0)