mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
ci/windows: choco --localonly is gone
choco 2.0 is now used after some caching changes on the Cirrus side [1] and the --localonly flag is gone from choco [2], remove its usage. [1] https://github.com/cirruslabs/cirrus-ci-docs/issues/1174#issuecomment-1580928673 [2] https://docs.chocolatey.org/en-us/guides/upgrading-to-chocolatey-v2-v6#the-list-command-now-lists-local-packages-only-and-the-local-only-and-lo-options-have-been-removed
This commit is contained in:
parent
359eec4297
commit
528e27e542
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ echo %ZEEK_CI_CPUS%
|
||||||
wmic cpu get NumberOfCores, NumberOfLogicalProcessors/Format:List
|
wmic cpu get NumberOfCores, NumberOfLogicalProcessors/Format:List
|
||||||
systeminfo
|
systeminfo
|
||||||
dir C:
|
dir C:
|
||||||
choco list --localonly
|
choco list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue