File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ jobs:
127
127
submodules : true
128
128
- name : Install Rust
129
129
run : rustup update stable && rustup default stable
130
+ - name : Install dependencies
131
+ run : sudo apt install libkrb5-dev
130
132
- name : Build documentation
131
133
run : cargo doc --no-deps --all-features
132
134
- name : Publish documentation
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ default = ["ssl"]
40
40
ssl = [" openssl-sys" , " openssl-probe" , " curl-sys/ssl" ] # OpenSSL/system TLS backend
41
41
mesalink = [" curl-sys/mesalink" ] # MesaLink TLS backend
42
42
http2 = [" curl-sys/http2" ]
43
+ spnego = [" curl-sys/spnego" ]
43
44
static-curl = [" curl-sys/static-curl" ]
44
45
static-ssl = [" curl-sys/static-ssl" ]
45
46
force-system-lib-on-osx = [' curl-sys/force-system-lib-on-osx' ]
You can’t perform that action at this time.
0 commit comments