Skip to content

Commit

Permalink
Temp: add extra debug for alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbob999 committed Oct 26, 2024
1 parent ecebb0d commit e3e8491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,9 @@ jobs:
- name: Test C++
run: build_artifacts/stringzilla_test_cpp20
- name: Check stringzillite is built correctly
run: ldd build_artifacts/libstringzillite.so
run: test -z "$(ldd build_artifacts/libstringzillite.so | grep '.so')"


# Python
- name: Build Python
Expand Down

0 comments on commit e3e8491

Please sign in to comment.