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 b0450e2 commit bb0054e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# node-based actions require libstdc++.so.6
xbps-install -Sy \
libstdc++ git \
gcc make pkg-config zlib-devel openssl-devel libarchive-devel
gcc make pkg-config zlib-devel openssl-devel libarchive-devel libsodium-devel
- name: Checkout repository
uses: actions/checkout@v3
- run: git config --global --add safe.directory $(pwd)
Expand Down

0 comments on commit bb0054e

Please sign in to comment.