Skip to content

Commit

Permalink
CI.yml: run sudo apt update before installing libcurl (ocaml#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabine committed Jul 25, 2023
1 parent 901db1e commit eea81d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
opam-disable-sandboxing: true

- name: Install system dependencies (Linux)
run: sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev
run: sudo apt update && sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev
if: runner.os == 'Linux'

- name: Install system dependencies (macOS)
Expand Down

0 comments on commit eea81d6

Please sign in to comment.