Skip to content

Commit

Permalink
ci: fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 15, 2024
1 parent 20fdb56 commit ef01ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,10 @@ build:windows:
stage: build
needs: []
tags:
- windows
- saas-windows-medium-amd64
before_script:
- mkdir -Force "$CI_PROJECT_DIR/tmp"
- Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
script:
- .\scripts\choco-install.ps1
- refreshenv
Expand Down

0 comments on commit ef01ceb

Please sign in to comment.