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 4ce45b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Build Doxygen Site
run: cmake --build build --target docs
Expand Down
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 4ce45b9

Please sign in to comment.