Skip to content

Commit b6d434d

Browse files
committed
ci: update apt repositories on every run
This is needed because the github images are out-of-date and the dependencies' fetching fails otherwise Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
1 parent f54fbf3 commit b6d434d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/0.150-lcm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
# invalidate cache daily, gets built daily using a scheduled job
4949
key: ${{ steps.cache-key.outputs.date }}-0.150
5050

51+
- name: Update Ubuntu repositories
52+
run: sudo apt-get update
53+
5154
- name: Use ocaml
5255
uses: avsm/setup-ocaml@v1
5356
with:

0 commit comments

Comments
 (0)