Skip to content

Commit

Permalink
add set -eux
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 30, 2021
1 parent 7af9c7d commit 90f6123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ jobs:
- name: Install VOICEVOX Core Python package
shell: bash
run: |
set -eux
mkdir -p download/voicevox_core_source/core/lib
# Copy VOICEVOX Core dylib to core/lib
Expand All @@ -207,6 +209,8 @@ jobs:
- name: Download PyOpenJTalk dictionary
shell: bash
run: |
set -eux
# Download pyopenjtalk dictionary
# try 5 times, sleep 5 seconds before retry
for i in $(seq 5); do
Expand Down

0 comments on commit 90f6123

Please sign in to comment.