Skip to content

Commit 9976e42

Browse files
author
Yishuai Li
committed
ci: only available dependants
1 parent 592672e commit 9976e42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)