Skip to content

Commit

Permalink
Remove unused cache variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed May 19, 2024
1 parent 46a9f6a commit 0004cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure
run: cmake -B build -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF
run: cmake -B build

- name: Build Doxygen Site
run: cmake --build build --target docs

0 comments on commit 0004cd4

Please sign in to comment.