Skip to content

Commit

Permalink
chore: voicevox_onnxruntimeではcache-build-resultをスキップ (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Dec 30, 2024
1 parent a96bb5d commit 2ac7f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ jobs:

- name: Cache build result
id: cache-build-result
if: env.TARGET_LIBRARY == 'onnxruntime'
uses: actions/cache@v4
with:
path: build/
Expand Down Expand Up @@ -378,7 +379,7 @@ jobs:
- name: Run prepare.bash
id: prepare
if: steps.cache-build-result.outputs.cache-hit != 'true' && env.TARGET_LIBRARY == 'voicevox_onnxruntime'
if: env.TARGET_LIBRARY == 'voicevox_onnxruntime'
run: ./prepare.bash 1>${{ matrix.artifact_name }}_stdout.txt 2>${{ matrix.artifact_name }}_stderr.txt

- name: Encrypt the preparation log
Expand Down

0 comments on commit 2ac7f56

Please sign in to comment.