We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcd17e commit 00b1c2aCopy full SHA for 00b1c2a
1 file changed
.github/workflows/verify.yml
@@ -15,7 +15,7 @@ jobs:
15
persist-credentials: false
16
submodules: 'true'
17
- 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
+ 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
19
- name: Install opam
20
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
21
- name: Setup opam
0 commit comments