tangled
alpha
login
or
join now
bmann.ca
/
at-advent
forked from
bad-example.com/at-advent
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix CI builds
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
8 months ago
0ee480d4
8fe82269
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
+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