Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea committed Oct 10, 2024
1 parent efdd699 commit 8fd0570
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x


- name: Install strace
run: sudo apt-get install strace

- name: Download Artifacts
id: download-artifact
uses: actions/download-artifact@v4
Expand All @@ -72,12 +75,12 @@ jobs:

- name: Check the runtime library
run: |
ls -l Whisper.net.Tests/bin/Debug/net8.0
ls -l Whisper.net.Tests/bin/Debug/net8.0/runtimes
ls -l Whisper.net.Tests/bin/Debug/net8.0/runtimes/linux-x64
echo 'ldd whisper:'
ldd Whisper.net.Tests/bin/Debug/net8.0/runtimes/linux-x64/libwhisper.so
echo 'ldd ggml:'
ldd Whisper.net.Tests/bin/Debug/net8.0/runtimes/linux-x64/libggml.so
- name: Test
run: |
dotnet test ./Whisper.net.sln --no-build
strace -f -e trace=open,read,write,dlopen dotnet test ./Whisper.net.sln --no-build

0 comments on commit 8fd0570

Please sign in to comment.