Skip to content

Commit 48556b7

Browse files
committed
.github/workflows: sync repos after updating xbps
1 parent d744b4b commit 48556b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v1
2525
- run: |
2626
xbps-install -Syu || xbps-install -yu xbps
27-
xbps-install -y ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel openssl-devel libarchive-devel kyua atf-devel
27+
xbps-install -Sy ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel openssl-devel libarchive-devel kyua atf-devel
2828
- name: Build
2929
env:
3030
CC: ${{ matrix.c_compiler }}

.github/workflows/coverity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
docker pull voidlinux/voidlinux
3030
docker run -v "$PWD":/tmp/build-dir -w "/tmp/build-dir" voidlinux/voidlinux \
31-
/bin/sh -c "xbps-install -Syu xbps && xbps-install -yu &&
31+
/bin/sh -c "xbps-install -yu xbps && xbps-install -Syu &&
3232
xbps-install -y gcc make pkgconf kyua zlib-devel libarchive-devel atf-devel &&
3333
CC=gcc ./configure --enable-tests &&
3434
PATH=/tmp/build-dir/cov-analysis-linux64/bin:\$PATH cov-build --dir cov-int make -j\$(nproc)"

0 commit comments

Comments
 (0)