Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Sep 11, 2024
1 parent 931fc37 commit 9d400b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Set up BlackHole
if: os == macos-latest || os == macos-13
if: ${{ matrix.os == macos-latest || matrix.os == macos-13}}
run: brew install blackhole-2ch

- name: Build binding
Expand Down

0 comments on commit 9d400b1

Please sign in to comment.