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 a825254 commit 30207aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Build
- name: Build Linux and Windows
if: runner.os != 'MacOS'
run: dotnet build
- name: Build MacOS
if: runner.os == 'MacOS'
run: arch -x86_64 dotnet build

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

0 comments on commit 30207aa

Please sign in to comment.