From d6436ee099f500971d1d6923acb3af6a4072dc9e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 20 Jun 2024 11:51:03 -0400 Subject: [PATCH] ci: Build docs on ubuntu This fixes an incompatibility with the GH actions vs the latest FCOS buildroot. Signed-off-by: Colin Walters --- .github/workflows/docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6726ccff75..bb09e66195 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,6 @@ jobs: docs: name: Build documentation runs-on: ubuntu-latest - container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel steps: - name: Checkout repository uses: actions/checkout@v4 @@ -27,7 +26,7 @@ jobs: # This is taken from ci/travis-install.sh but should probably be # refactored. - name: Install dependencies - run: ./ci/installdeps.sh + run: sudo ./ci/gh-install.sh - name: Build API docs and manpages run: |