Skip to content

Commit

Permalink
.github/workflows/ci.yaml: fix CI failure if xbps needs update
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
classabbyamp authored and the-maldridge committed May 29, 2022
1 parent cebc45c commit e052eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Prepare container
run: |
xbps-install -Syu || xbps-install -yu xbps
xbps-install -Syu || xbps-install -Syu xbps
xbps-install -yu
xbps-install -y mdbook-linkcheck vmdfmt git
- uses: actions/checkout@v1
Expand Down

0 comments on commit e052eda

Please sign in to comment.