diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2661af5..40e315ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,4 +52,4 @@ jobs: - name: Build run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore - name: Test - run: otool -L ./LLama.Unittest/bin/Debug/net6.0/libllama.dylib; dotnet test LLamaSharp.sln -c ${{ matrix.config }} + run: otool -L ./LLama.Unittest/bin/Debug/net6.0/libllama.dylib; sysctl machdep.cpu.brand_string; dotnet test LLamaSharp.sln -c ${{ matrix.config }}