Skip to content

Commit e819931

Browse files
committed
Check that installer configured PATH env var
1 parent 81f2b63 commit e819931

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/winget.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ jobs:
126126
run: |
127127
winget settings --enable LocalManifestFiles
128128
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
129135
-
130136
name: Check changes
131137
id: check-changes

0 commit comments

Comments
 (0)