Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable man #193

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
cache too
mwestphal committed Aug 13, 2024
commit 327b660dda6b00cbae2fa9eebfb95a9c903222b7
2 changes: 1 addition & 1 deletion .github/actions/wheels/action.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ runs:
uses: actions/cache@v4
with:
path: fsbb/install
key: fsbb-${{runner.os}}-${{env.VTK_COMMIT_SHA}}-0
key: fsbb-${{runner.os}}-${{env.VTK_COMMIT_SHA}}-1

- name: Setup Ninja Windows
if: runner.os == 'Windows'
Loading