Skip to content

Commit

Permalink
Add clean: false to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 30, 2024
1 parent be26499 commit ed8fcb3
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 @@ -354,6 +354,7 @@ jobs:
repository: microsoft/onnxruntime
submodules: true
ref: v${{ env.ONNXRUNTIME_VERSION }}
clean: false # `cache-build-result`のため

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ed8fcb3

Please sign in to comment.