Skip to content

Commit f25162e

Browse files
committed
ci: windows script now imports $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
1 parent 5ce452e commit f25162e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ build:windows:
180180
npm_config_arch: "x64"
181181
before_script:
182182
- mkdir -Force "$CI_PROJECT_DIR/tmp"
183+
- Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1 # Added line
183184
script:
184185
- ./scripts/choco-install.ps1
185186
- refreshenv

0 commit comments

Comments
 (0)