Skip to content

Commit cbe333e

Browse files
committed
Add apt-get update to the ubuntu CI
1 parent aeffc11 commit cbe333e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v2
22+
- name: Retrieve new lists of system packages
23+
if: runner.os != 'Windows'
24+
run: sudo apt-get update
2225
- name: Use OCaml ${{ matrix.ocaml-compiler }}
2326
if: runner.os != 'Windows'
2427
uses: ocaml/setup-ocaml@v2

0 commit comments

Comments
 (0)