We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b999748 commit 4b6476dCopy full SHA for 4b6476d
.github/workflows/build.yml
@@ -10,7 +10,8 @@ jobs:
10
gendocs-c:
11
runs-on: ubuntu-24.04
12
container:
13
- image: ghcr.io/pebble-dev/pebbleos-docker:v1
+ # 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
15
16
steps:
17
- name: Checkout pebble-firmware
@@ -21,10 +22,8 @@ jobs:
21
22
ref: fix-sdk-docs-build
23
submodules: true
24
- - name: Install build dependencies
25
+ - name: Install Python dependencies
26
run: |
- apt update
27
- apt install doxygen
28
pip install -U pip
29
pip install -r requirements.txt
30
0 commit comments