Skip to content

Commit 1108a19

Browse files
committed
Add gmp-static as a static dependency of Alt-Ergo
1 parent f89e028 commit 1108a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: git fetch --tags --force
9999

100100
- name: Install static dependencies
101-
run: sudo apk add zlib-static
101+
run: sudo apk add zlib-static gmp-static
102102

103103
- run: opam switch create . ocaml-system --locked --deps-only --ignore-constraints-on alt-ergo-lib,alt-ergo-parsers
104104

0 commit comments

Comments
 (0)