Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 30, 2024
1 parent 4b08b2e commit 5926425
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,25 @@ 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: Ldd
- name: Install PCSC
if: matrix.os == 'ubuntu-latest'
run: |
ldd $HOME/.nuget/packages/yubico.nativeshims/1.10.0/runtimes/linux-x64/native/libYubico.NativeShims.so
sudo apt-get update && apt-get install pcscd -yq
- name: Link libudev
if: matrix.os == 'ubuntu-latest'
run: |
sudo ln -s /usr/lib/x86_64-linux-gnu/libudev.so.1 /usr/lib/libudev.so
- name: Restore dependencies for unit tests
- name: Restore dotnet dependencies for unit tests
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: Run Tests on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 5926425

Please sign in to comment.