From 6de3622a423c8a0a9dc07d158838f6e0b8f4e8b6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 4 May 2022 12:08:23 -0400 Subject: [PATCH] chore: try to fix gh-pages CI action --- .github/workflows/gh-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9b476eda..bb836b76 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,6 +14,10 @@ jobs: with: submodules: recursive + # needed for depext to work + - run: sudo apt-get update + if: ${{ matrix.os == 'ubuntu-latest' }} + - name: Use OCaml uses: ocaml/setup-ocaml@v2 with: