fix(winget): run with bash [skip ci]

This commit is contained in:
Baptiste Augrain
2022-09-19 11:12:45 +02:00
parent e87d2b2587
commit 39fab7d947
4 changed files with 9 additions and 4 deletions

View File

@@ -116,6 +116,9 @@ jobs:
winget:
needs: build
runs-on: windows-latest
defaults:
run:
shell: bash
env:
VSCODE_QUALITY: 'insider'
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'