Skip to content

Commit a9dca72

Browse files
committed
fix broken choco?
1 parent 6cc12c8 commit a9dca72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ environment:
4646

4747
before_build:
4848
- development/java/Rubberduck.Parsing/Grammar/gradlew.bat -p development/java/Rubberduck.Parsing/Grammar clean build
49+
# install chocolatey (cinst)???
50+
- ps: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
4951
- cinst innosetup --version 6.0.5
5052
# - cinst codecov
5153
# - cinst gnupg

0 commit comments

Comments
 (0)