Skip to content

Commit

Permalink
[skip ci] ifの指定のしかたを他に合わせる
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
qryxip and Hiroshiba authored Oct 28, 2023
1 parent 170676c commit 197219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
- run: cargo build -p test_util -vv # build scriptにより/crates/test_util/data/の生成
# 次の問題に対するワークアラウンド
# https://github.com/VOICEVOX/voicevox_core/issues/653#issuecomment-1782108410
- if: matrix.os == 'macos-latest'
- if: startsWith(matrix.os, 'mac')
name: Build open_jtalk-sys
run: |
poetry run -- cargo build -p voicevox_core_python_api -vv || true
Expand Down

0 comments on commit 197219e

Please sign in to comment.