We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ncnn_tag
1 parent ffddebe commit aa0c887Copy full SHA for aa0c887
.github/workflows/windows-release.yml
@@ -24,11 +24,6 @@ on:
24
required: true
25
default: 'latest'
26
type: string
27
- ncnn_tag:
28
- description: 'which tag of ncnn to use'
29
- required: true
30
- default: 'latest'
31
- type: string
32
33
jobs:
34
build-vsov:
@@ -60,7 +55,6 @@ jobs:
60
55
uses: ./.github/workflows/windows-ncnn.yml
61
56
with:
62
57
tag: ${{ github.event.inputs.tag }}
63
- ncnn_tag: ${{ github.event.inputs.ncnn_tag }}
64
58
65
59
build-vstrt_rtx:
66
uses: ./.github/workflows/windows-trt_rtx.yml
0 commit comments