diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38a819b..11cccc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: mkdir bloomberg-comdb2/build && cd bloomberg-comdb2/build && cmake .. && - make + LDFLAGS=-lunwind make ) ' - name: Archive bloomberg-comdb2 repo with build artifacts @@ -189,5 +189,6 @@ jobs: LDFLAGS="-Wl,-rpath,/opt/bb/lib" python -m pip install ./python-comdb2-sdist[tests] ' + - uses: lhotari/action-upterm@v1 - name: Run Tests run: (cd python-comdb2-sdist/tests && python -m pytest -vvv)