Skip to content

Commit

Permalink
Make doxygen run on a the doxygen image instead of just ubuntu latest…
Browse files Browse the repository at this point in the history
…, so we can control what doxygen version is used
  • Loading branch information
andy31415 committed Nov 8, 2021
1 parent 5c73522 commit 1381428
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
name: Build Doxygen
timeout-minutes: 5

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-doxygen:0.5.27

steps:
- name: "Print Actor"
run: echo ${{github.actor}}
Expand Down

0 comments on commit 1381428

Please sign in to comment.