Skip to content

Commit

Permalink
feat: Added cmake option that allows you to build docs on a non-cuda …
Browse files Browse the repository at this point in the history
…capable platform.
  • Loading branch information
amstokely committed Nov 27, 2023
1 parent 28c458e commit ff928f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Doxygen
run: sudo apt-get install doxygen
run: conda install -c conda-forge doxygen
- name: Install CMake
run: sudo apt-get install cmake
run: conda install -c conda-forge cmake
- name: build
run: |
mkdir build
Expand Down

0 comments on commit ff928f6

Please sign in to comment.