Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Nov 20, 2023
1 parent 5dbe05a commit d36b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
$env:PATH += "%ALLUSERSPROFILE%\chocolatey\bin"
choco install -y mingw-w64 -Version 5.2.0 -source https://www.myget.org/F/puppetlabs
# choco install -y cmake -Version 3.2.2 -source https://www.myget.org/F/puppetlabs
choco install -y cmake -Version 3.2.2 -source https://www.myget.org/F/puppetlabs
# choco install -y gettext -Version 0.19.6 -source https://www.myget.org/F/puppetlabs
# choco install -y pl-toolchain-x64 -Version 2015.12.01.1 -source https://www.myget.org/F/puppetlabs
# choco install -y pl-boost-x64 -Version 1.58.0.2 -source https://www.myget.org/F/puppetlabs
Expand Down

0 comments on commit d36b801

Please sign in to comment.