Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank authored Aug 19, 2024
1 parent b47d4fd commit d32b18b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:

- name: Check arch mac
if: runner.os == 'MacOS'
run: file ./Tests/bin/Debug/net8.0/libaudio.dylib
run: |
pwd
ls
file ./Console/bin/Debug/net8.0/libaudio.dylib
# Platform-specific custom steps
- name: Set up PulseAudio (Linux only)
Expand Down

0 comments on commit d32b18b

Please sign in to comment.