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 18, 2024
1 parent f0230f3 commit 22ec1b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
rid:
- win-x64
- linux-x64
- osx-arm64

runs-on: ${{ startsWith(matrix.rid, 'win-') && 'windows-latest' || startsWith(matrix.rid, 'osx-') && 'macos-latest' || 'ubuntu-latest' }}
timeout-minutes: 10
Expand All @@ -40,13 +39,6 @@ jobs:
pactl load-module module-null-sink sink_name=VirtualSink sink_properties=device.description=Virtual_Sink
pactl set-default-sink VirtualSink
# Platform-specific custom steps
- name: Set up Mac
if: matrix.rid == 'osx-arm64'
run: |
arch -arm64 brew install llvm
sudo gem install ffi
- name: Test
run: dotnet test --no-build --verbosity normal
pack:
Expand Down

0 comments on commit 22ec1b8

Please sign in to comment.