Skip to content

Commit

Permalink
build-windows: fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 30, 2021
1 parent 6c5a1df commit 31f32c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ jobs:
key: ${{ matrix.os }}-voicevox-core-source-${{ matrix.voicevox_core_source_version }}
path: download/voicevox_core_source

- name: Checkout VOICEVOX Core
- name: Checkout VOICEVOX Core source
if: steps.voicevox-core-source-cache.outputs.cache-hit != 'true'
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 31f32c1

Please sign in to comment.