Skip to content

Commit e60509b

Browse files
authored
Merge pull request #26 from cryptosense/add-apt-update
Add apt-get update to the ubuntu CI
2 parents aeffc11 + cbe333e commit e60509b

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)