Skip to content

Commit 14fb2c9

Browse files
authored
build: use apt-get and update beforehand
1 parent 9f4c1f2 commit 14fb2c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
3939
- name: Use OCaml ${{ matrix.ocaml-version }}
4040
run: |
41-
sudo apt install bubblewrap musl-tools
41+
sudo apt-get update
42+
sudo apt-get install bubblewrap musl-tools
4243
sudo wget -O /usr/local/bin/opam https://github.com/ocaml/opam/releases/download/2.1.2/opam-2.1.2-x86_64-linux
4344
sudo chmod a+x /usr/local/bin/opam
4445

0 commit comments

Comments
 (0)