Skip to content

Commit

Permalink
ci: Build docs on ubuntu
Browse files Browse the repository at this point in the history
This fixes an incompatibility with the GH actions vs the
latest FCOS buildroot.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Jun 20, 2024
1 parent 1544d20 commit d6436ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit d6436ee

Please sign in to comment.