tangled
alpha
login
or
join now
oppi.li
/
at-advent
22
fork
atom
advent of atproto
22
fork
atom
overview
issues
pulls
pipelines
fix CI builds
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
7 months ago
d23d44ae
8fe82269
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
1/2
build.yml
failed
46s
fmt.yml
success
9s
+2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
.tangled/workflows/build.yml
···
8
8
- cargo
9
9
- rustc
10
10
- rustfmt
11
11
+
- openssl
11
12
12
13
steps:
13
14
- name: build
14
15
command: |
16
16
+
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+$PKG_CONFIG_PATH:}$(nix build nixpkgs#openssl.dev --no-link --print-out-paths)/lib/pkgconfig"
15
17
cargo build --all
16
18