Skip to content

Commit

Permalink
try export LD library path
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 25, 2024
1 parent 0d9d844 commit 3b7abee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
sudo ln -s $(brew --prefix)/opt/openssl@3/lib/libcrypto.3.dylib /usr/local/lib/libcrypto.3.dylib
sudo ln -s $(brew --prefix)/opt/openssl@3/lib/libssl.3.dylib /usr/local/lib/libssl.3.dylib
- name: Export LD LIBRARY PATH if on ubuntu-latest
if: matrix.os == 'ubuntu-latest'
run: |
ls -Rl $HOME/.nuget/packages/yubico.nativeshims
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/.nuget/packages/yubico.nativeshims/runtimes/linux-x64/native" >> $GITHUB_ENV
- name: Test Yubico.YubiKey
run: dotnet test --configuration Release --nologo --logger trx --collect:"XPlat Code Coverage" Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests.csproj --settings coverlet.runsettings.xml

Expand Down

0 comments on commit 3b7abee

Please sign in to comment.