Skip to content

Commit

Permalink
CI: Enable --with-crypto=openssl on fedora to test openssl signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Jul 6, 2023
1 parent e14877b commit fb0afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build
run: |
env NOCONFIGURE=1 ./autogen.sh &&
./configure --with-curl --with-selinux --with-dracut=yesbutnoconf --with-composefs &&
./configure --with-curl --with-selinux --with-dracut=yesbutnoconf --with-crypto=openssl --with-composefs &&
make -j 4 && make install DESTDIR=$(pwd)/install && tar -c -C install --zstd -f inst.tar.zst .
- name: Upload binary
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fb0afbb

Please sign in to comment.