Skip to content

Commit

Permalink
chore: voicevox_onnxruntimeではcache-build-resultをスキップ
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 30, 2024
1 parent 5131d1d commit 0d2708d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ jobs:

- name: Cache build result
id: cache-build-result
if: env.TARGET_LIBRARY == 'onnxruntime'
uses: actions/cache@v4
with:
path: build/
Expand Down

0 comments on commit 0d2708d

Please sign in to comment.