Skip to content

Commit d7501fb

Browse files
committed
container with doxygen
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent b576931 commit d7501fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
gendocs-c:
1111
runs-on: ubuntu-24.04
1212
container:
13-
image: ghcr.io/pebble-dev/pebbleos-docker:v1
13+
# TODO: use ghcr.io/pebble-dev/pebbleos-docker when https://github.com/pebble-dev/pebbleos-docker/pull/1 merged
14+
image: ghcr.io/sorixelle/pebbleos-docker:doxygen
1415

1516
steps:
1617
- name: Checkout pebble-firmware
@@ -21,10 +22,8 @@ jobs:
2122
ref: fix-sdk-docs-build
2223
submodules: true
2324

24-
- name: Install build dependencies
25+
- name: Install Python dependencies
2526
run: |
26-
apt update
27-
apt install doxygen
2827
pip install -U pip
2928
pip install -r requirements.txt
3029

0 commit comments

Comments
 (0)