We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f2b63 commit e819931Copy full SHA for e819931
.github/workflows/winget.yml
@@ -126,6 +126,12 @@ jobs:
126
run: |
127
winget settings --enable LocalManifestFiles
128
winget install --disable-interactivity --accept-package-agreements --accept-source-agreements --manifest '${{ steps.create-manifest.outputs.manifest-path }}'
129
+ -
130
+ name: Test tools in PATH
131
+ if: steps.init.outputs.submit == 'yes'
132
+ run: |
133
+ where.exe gettext
134
+ gettext --help
135
-
136
name: Check changes
137
id: check-changes
0 commit comments