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 9bdba09 commit a825254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
pactl set-default-sink VirtualSink
- name: Test Linux and Windows
if: ${{ runner.os != "MacOS" }}
if: runner.os != 'MacOS'
run: dotnet test --no-build --verbosity normal
- name: Mac
if: ${{ runner.os == "MacOS" }}
if: runner.os == 'MacOS'
run: arch -x86_64 dotnet test --no-build --verbosity normal
pack:
strategy:
Expand Down

0 comments on commit a825254

Please sign in to comment.