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 fd79636 commit b47d4fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:

- name: Build
run: dotnet build

- name: Check arch mac
if: runner.os == 'MacOS'
run: file ./Tests/bin/Debug/net8.0/libaudio.dylib

# Platform-specific custom steps
- name: Set up PulseAudio (Linux only)
Expand Down

0 comments on commit b47d4fd

Please sign in to comment.