Skip to content

Commit e052eda

Browse files
classabbyampthe-maldridge
authored andcommitted
.github/workflows/ci.yaml: fix CI failure if xbps needs update
if the first xbps-install fails, then no repo index is kept, causing the last xbps-install to fail with Package 'mdbook-linkcheck' not found in repository pool.
1 parent cebc45c commit e052eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Prepare container
1212
run: |
13-
xbps-install -Syu || xbps-install -yu xbps
13+
xbps-install -Syu || xbps-install -Syu xbps
1414
xbps-install -yu
1515
xbps-install -y mdbook-linkcheck vmdfmt git
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)