Skip to content

Commit f727078

Browse files
committed
ci: actually build sha256 support on linux
1 parent 6cb7966 commit f727078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
env:
227227
CC: clang
228228
CMAKE_GENERATOR: Ninja
229-
CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON
229+
CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON -DEXPERIMENTAL_SHA256=ON
230230
os: ubuntu-latest
231231
- name: "macOS (SHA256)"
232232
id: macos

0 commit comments

Comments
 (0)