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

- name: Build
run: cd Tests && dotnet build -r ${{ matrix.rid }}

- name: Move file for mac
if: runner.os == 'MacOS'
run: |
mv ./Console/bin/Debug/net8.0/libportaudio.dylib ./Tests/bin/Debug/net8.0/libportaudio.dylib

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

0 comments on commit d833e00

Please sign in to comment.