Skip to content

Commit

Permalink
build(static-binaries): Fix building of static binaries on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yurug committed Sep 15, 2022
1 parent dd16e46 commit 2e1e102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/static-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
run: |
bin=(./learn-ocaml-client ./learn-ocaml-server ./learn-ocaml)
file "${bin[@]}"
ldd "${bin[@]}"
for b in "${bin[@]}"; do ( set -x; "$b" --version ); done
- name: Archive static binaries
run: |
Expand Down

0 comments on commit 2e1e102

Please sign in to comment.