Skip to content

Commit

Permalink
ci: windows script now imports `$env:ChocolateyInstall\helpers\chocol…
Browse files Browse the repository at this point in the history
…ateyProfile.psm1`
  • Loading branch information
CMCDragonkai committed Nov 9, 2023
1 parent 5ce452e commit f25162e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ build:windows:
npm_config_arch: "x64"
before_script:
- mkdir -Force "$CI_PROJECT_DIR/tmp"
- Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1 # Added line
script:
- ./scripts/choco-install.ps1
- refreshenv
Expand Down

0 comments on commit f25162e

Please sign in to comment.