We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcd17e commit e827660Copy full SHA for e827660
1 file changed
.github/workflows/verify.yml
@@ -15,7 +15,9 @@ 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: |
19
+ sudo add-apt-repository ppa:deadsnakes/ppa
20
+ 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 libmpfr-dev
21
- name: Install opam
22
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
23
- name: Setup opam
0 commit comments