diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5d3bb4..e9fda0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,5 @@ jobs: if: matrix.runs-on != 'windows-latest' run: make dbg - name: Testing - run: | - ldd Magico.Console/bin/Debug/net8.0/runtimes/linux-x64/native/libmagic.so - dotnet test --no-build --configuration Debug + run: dotnet test --no-build --configuration Debug