From 076f2dfb7926b124e9ffa6351974e17036856aab Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Sun, 11 Aug 2024 22:43:42 +0300 Subject: [PATCH] und - [DEBUG] Leave this for now --- Type: und Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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