Skip to content

Commit

Permalink
ci: install libsodium-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Feb 25, 2023
1 parent ffbefa2 commit a67eed0
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 @@ -31,7 +31,7 @@ jobs:
- name: Prepare container
run: |
xbps-install -Syu || xbps-install -yu xbps
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
- name: Build
env:
CC: ${{ matrix.c_compiler }}
Expand Down

0 comments on commit a67eed0

Please sign in to comment.