Skip to content

Commit

Permalink
Squash two targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Dec 5, 2023
1 parent 80ea106 commit b25bca5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug \
-DLLVM_EXTERNAL_LIT="`which lit`" \
..
cmake --build . --target sphinx-clad -- -j4
cmake --build . --target doxygen-clad -- -j4
cmake --build . --target sphinx-clad doxygen-clad -- -j4
- name: Failed job config
if: ${{ failure() && runner.os != 'windows' }}
env:
Expand Down

0 comments on commit b25bca5

Please sign in to comment.