Skip to content

Commit

Permalink
Try to fix for env
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank committed Jul 21, 2024
1 parent 9cd9425 commit 481c2dc
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 @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: PulseAudio
run: sudo apt-get install pulseaudio
- name: Null sink
run: pactl load-module module-null-sink sink_name=DummySink
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 481c2dc

Please sign in to comment.