Skip to content

Commit 00b1c2a

Browse files
committed
try to change dependencies
Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
1 parent 2dcd17e commit 00b1c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616
submodules: 'true'
1717
- name: Install opam dependencies
18-
run: sudo apt update -y && sudo apt install -y pkg-config git rsync tar unzip m4 time curl ocaml build-essential bubblewrap gawk libgmp-dev python2.7 python3 python3-distutils libmpfr-dev
18+
run: sudo apt update -y && sudo apt install -y pkg-config git rsync tar unzip m4 time curl ocaml build-essential bubblewrap gawk libgmp-dev python3 python-is-python3 setuptools libmpfr-dev
1919
- name: Install opam
2020
run: curl "https://github.com/ocaml/opam/releases/download/2.1.5/opam-2.1.5-x86_64-linux" -Lo /usr/local/bin/opam && chmod +x /usr/local/bin/opam
2121
- name: Setup opam

0 commit comments

Comments
 (0)