This commit is contained in:
Jeremy 2023-11-06 15:08:20 -05:00
parent c0aebe002e
commit 9d617d8c3c
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ jobs:
cd build
cmake .. -DPIC_ALWAYS=TRUE -DBUILD_DWARFDUMP=FALSE -G"Unix Makefiles"
make -j
sudo make install
make install
cd ../../cpptrace
- name: build
run: |

View File

@ -132,7 +132,7 @@ jobs:
cd build
cmake .. -DPIC_ALWAYS=TRUE -DBUILD_DWARFDUMP=FALSE -G"Unix Makefiles"
make -j
sudo make install
make install
cd ../../cpptrace
- name: build and test
run: |