Skip to content

Commit 3a5444c

Browse files
committed
ci: correctly update system before installing new packages
1 parent c9ff359 commit 3a5444c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v1
3131
- name: Prepare container
3232
run: |
33-
xbps-install -Syu || xbps-install -yu xbps
33+
xbps-install -Syu xbps; xbps-install -Syu
3434
xbps-install -Sy ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel openssl-devel libarchive-devel kyua atf-devel
3535
- name: Build
3636
env:

.github/workflows/doxygen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Prepare container
2323
run: |
24-
xbps-install -Syu || xbps-install -yu xbps
24+
xbps-install -Syu xbps; xbps-install -Syu
2525
xbps-install -Sy bash git gcc make pkg-config zlib-devel openssl-devel libarchive-devel doxygen graphviz
2626
- uses: classabbyamp/treeless-checkout-action@v1
2727
- name: Build

0 commit comments

Comments
 (0)