Skip to content

Commit 05e629e

Browse files
committed
Attempt
1 parent 1108a19 commit 05e629e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_static.yml

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

100100
- name: Install static dependencies
101-
run: sudo apk add zlib-static gmp-static
101+
run: sudo apk add zlib-static
102+
103+
- name: Update opam repository
104+
run: opam update
102105

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

0 commit comments

Comments
 (0)