Skip to content

Commit

Permalink
ci: Fix broken build
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 22, 2024
1 parent 562565a commit 0a8fa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
submodules: recursive
- name: Install dependencies
run: |
apt install -y python3-sphinx
sudo apt install -y python3-sphinx
pip3 install -r doc/requirements.txt
- name: Configure
run: cmake -DCMAKE_BUILD_TYPE=Debug .
Expand Down

0 comments on commit 0a8fa3c

Please sign in to comment.