File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 - name : Test dependants
146146 if : ${{ matrix.os != 'windows-latest' }}
147147 run : |
148- PACKAGES=$(opam list -s -V --color=never --installable --depends-on cppo,cppo_ocamlbuild | \
148+ PACKAGES=$(opam list -a - s -V --color=never --installable --depends-on cppo,cppo_ocamlbuild | \
149149 awk '{
150150 if ($0 ~ /^cppo_ocamlbuild\./) next
151151 line = $0
@@ -179,7 +179,7 @@ jobs:
179179 - name : Test dependants on Windows
180180 if : ${{ matrix.os == 'windows-latest' }}
181181 run : |
182- $rawPackages = & opam list -s -V --color=never --installable --depends-on cppo,cppo_ocamlbuild
182+ $rawPackages = & opam list -a - s -V --color=never --installable --depends-on cppo,cppo_ocamlbuild
183183 $packageMap = @{}
184184
185185 foreach ($line in $rawPackages) {
You can’t perform that action at this time.
0 commit comments