Skip to content

Commit e827660

Browse files
Try to fix issue with actions build fail
1 parent 2dcd17e commit e827660

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ 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: |
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
1921
- name: Install opam
2022
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
2123
- name: Setup opam

0 commit comments

Comments
 (0)