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
0ee480d4
8fe82269
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
2/2
build.yml
success
1m 22s
fmt.yml
success
9s
+3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+3
.tangled/workflows/build.yml
···
8
8
- cargo
9
9
- rustc
10
10
- rustfmt
11
11
+
- pkg-config
12
12
+
- openssl
11
13
12
14
steps:
13
15
- name: build
14
16
command: |
17
17
+
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+$PKG_CONFIG_PATH:}$(nix build nixpkgs#openssl.dev --no-link --print-out-paths)/lib/pkgconfig"
15
18
cargo build --all
16
19