We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4c1f2 commit 14fb2c9Copy full SHA for 14fb2c9
.github/workflows/build.yml
@@ -38,7 +38,8 @@ jobs:
38
39
- name: Use OCaml ${{ matrix.ocaml-version }}
40
run: |
41
- sudo apt install bubblewrap musl-tools
+ sudo apt-get update
42
+ sudo apt-get install bubblewrap musl-tools
43
sudo wget -O /usr/local/bin/opam https://github.com/ocaml/opam/releases/download/2.1.2/opam-2.1.2-x86_64-linux
44
sudo chmod a+x /usr/local/bin/opam
45
0 commit comments