Skip to content

Commit

Permalink
build: use apt-get and update beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Jun 1, 2022
1 parent 9f4c1f2 commit 14fb2c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Use OCaml ${{ matrix.ocaml-version }}
run: |
sudo apt install bubblewrap musl-tools
sudo apt-get update
sudo apt-get install bubblewrap musl-tools
sudo wget -O /usr/local/bin/opam https://github.com/ocaml/opam/releases/download/2.1.2/opam-2.1.2-x86_64-linux
sudo chmod a+x /usr/local/bin/opam
Expand Down

0 comments on commit 14fb2c9

Please sign in to comment.