Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Nov 8, 2024
1 parent 36d19af commit 182982e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reliability-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
cd reliability
PATH=~/.cargo/bin:$(pwd)/go/bin:$PATH cargo build --release
zip reliability-linux-x64-v0.0.1.zip reliability/target/release/reliability
cp target/release/reliability .
zip ../reliability-linux-x64-v0.0.1.zip reliability
- name: Print reliability ldd
run: ldd reliability/target/release/reliability
Expand Down

0 comments on commit 182982e

Please sign in to comment.