Skip to content

Commit 4a0d92d

Browse files
committed
yus/debug_actions
1 parent 28ca84a commit 4a0d92d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-latest
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
@@ -20,7 +20,8 @@ jobs:
2020

2121
- name: Requirements
2222
run: |
23-
brew install doxygen
23+
sudo apt-get update
24+
sudo apt-get install doxygen
2425
pip3 install -r docsDoxySphinx/requirements.txt
2526
2627
- name: Build docs

0 commit comments

Comments
 (0)