Skip to content

Commit aa0c887

Browse files
.github/workflows/windows-release.yml: remove unused ncnn_tag
1 parent ffddebe commit aa0c887

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/windows-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ on:
2424
required: true
2525
default: 'latest'
2626
type: string
27-
ncnn_tag:
28-
description: 'which tag of ncnn to use'
29-
required: true
30-
default: 'latest'
31-
type: string
3227

3328
jobs:
3429
build-vsov:
@@ -60,7 +55,6 @@ jobs:
6055
uses: ./.github/workflows/windows-ncnn.yml
6156
with:
6257
tag: ${{ github.event.inputs.tag }}
63-
ncnn_tag: ${{ github.event.inputs.ncnn_tag }}
6458

6559
build-vstrt_rtx:
6660
uses: ./.github/workflows/windows-trt_rtx.yml

0 commit comments

Comments
 (0)