We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbefa2 commit a67eed0Copy full SHA for a67eed0
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Prepare container
32
run: |
33
xbps-install -Syu || xbps-install -yu xbps
34
- xbps-install -Sy ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel openssl-devel libarchive-devel kyua atf-devel
+ xbps-install -Sy ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel openssl-devel libarchive-devel kyua atf-devel libsodium-devel
35
- name: Build
36
env:
37
CC: ${{ matrix.c_compiler }}
0 commit comments