Skip to content

Commit

Permalink
add ldd
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 30, 2024
1 parent f030716 commit 1f4d40c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ jobs:
run: |
dotnet restore
- name: Ldd
if: matrix.os == 'ubuntu-latest'
run: |
ldd $HOME/.nuget/packages/yubico.nativeshims/1.10.0/runtimes/linux-x64/native/libYubico.NativeShims.so
- name: Ldd
if: matrix.os == 'ubuntu-latest'
run: |
cd /usr && find . -name libudev.so*
- name: Run Tests on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 1f4d40c

Please sign in to comment.