Skip to content

Commit

Permalink
ci: update apt repositories on every run
Browse files Browse the repository at this point in the history
This is needed because the github images are out-of-date and the
dependencies' fetching fails otherwise

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Oct 11, 2023
1 parent b8548ce commit bc54553
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/1.249-lcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
# invalidate cache every week, gets built using a scheduled job
key: ${{ steps.cache-key.outputs.date }}-1.249

- name: Update Ubuntu repositories
run: sudo apt-get update

- name: Use ocaml
uses: avsm/setup-ocaml@v1
with:
Expand Down

0 comments on commit bc54553

Please sign in to comment.