tangled
alpha
login
or
join now
atscan.net
/
plcbundle-rs
4
fork
atom
High-performance implementation of plcbundle written in Rust
4
fork
atom
overview
issues
pulls
pipelines
ci: update nixpkgs dependencies in build workflow
tree.fail
4 months ago
7a59714e
303efa4c
0/1
build.yml
failed
1m 22s
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-2
.tangled/workflows/build.yml
reviewed
···
13
13
14
14
dependencies:
15
15
nixpkgs:
16
16
-
- rust
16
16
+
- rustc
17
17
- gcc
18
18
- git
19
19
- zstd
20
20
- pkg-config
21
21
-
- libssl
21
21
+
- openssl
22
22
23
23
environment:
24
24
RUST_BACKTRACE: "1"