Skip to content

Commit

Permalink
making sure its there
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 25, 2024
1 parent b5c650e commit ba122e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
ls $HOME/.nuget/packages/yubico.nativeshims/1.10.0/runtimes/linux-x64/native
echo "LD_LIBRARY_PATH=$HOME/.nuget/packages/yubico.nativeshims/1.10.0/runtimes/linux-x64/native/libYubico.NativeShims.so:$LD_LIBRARY_PATH" >> $GITHUB_ENV
cp $HOME/.nuget/packages/yubico.nativeshims/1.10.0/runtimes/linux-x64/native/libYubico.NativeShims.so ./Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests/bin/Release/net6.0/runtimes/linux-x64/native/libYubico.NativeShims.so
ls -l ./Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests/bin/Release/net6.0/runtimes/linux-x64/native
ls -l $HOME/.nuget/packages/yubico.nativeshims/1.10.0/runtimes/linux-x64/native
- name: Check LD_LIBRARY_PATH
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit ba122e9

Please sign in to comment.