Skip to content

Commit

Permalink
Adding another missing docs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emprice committed Apr 1, 2024
1 parent cd4fcc0 commit 4b0605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install documentation dependencies
run: |
sudo apt install opencl-c-headers ocl-icd-opencl-dev
sudo apt install opencl-c-headers ocl-icd-opencl-dev doxygen
pip3 install -U -r $GITHUB_WORKSPACE/doc/requirements.txt
pip3 install -U --ignore-installed $GITHUB_WORKSPACE
Expand Down

0 comments on commit 4b0605e

Please sign in to comment.