Skip to content

Commit

Permalink
ci: run cleanup after build
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Dec 9, 2023
1 parent b800907 commit 10e08cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: |
New-Item -Type Directory -Force ${env:VCPKG_DOWNLOADS}
New-Item -Type Directory -Force ${env:VCPKG_DEFAULT_BINARY_CACHE}
Remove-Item "test/vcpkg.json"
- uses: microsoft/[email protected]
with:
msbuild-architecture: x64
Expand All @@ -68,3 +69,7 @@ jobs:
runVcpkgFormatString: '[`install`, `--clean-buildtrees-after-build`, `--clean-packages-after-build`, `--triplet`, `$[env.VCPKG_DEFAULT_TRIPLET]`]'
env:
VCPKG_DEFAULT_TRIPLET: "x64-windows"

- uses: yumis-coconudge/clean-workspace-action@v1
with:
additional-path: "C:/vcpkg/installed"
6 changes: 2 additions & 4 deletions test/self-hosted-cuda.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
"name": "onnxruntime",
"features": [
"cuda"
],
"platform": "windows"
]
},
{
"name": "opencv4",
"features": [
"cudnn"
],
"platform": "windows"
]
}
]
}

0 comments on commit 10e08cf

Please sign in to comment.