Skip to content

Commit

Permalink
ci: migrate to openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocimier authored and Duncaen committed Mar 12, 2021
1 parent 01180f9 commit d67b87a
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 @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v1
- run: |
xbps-install -Syu || xbps-install -yu xbps
xbps-install -y ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel libressl-devel libarchive-devel kyua atf-devel
xbps-install -y ${{ matrix.c_compiler }} ${{ matrix.extra_deps }} make pkg-config zlib-devel openssl-devel libarchive-devel kyua atf-devel
- name: Build
env:
CC: ${{ matrix.c_compiler }}
Expand Down

0 comments on commit d67b87a

Please sign in to comment.