Skip to content

Commit

Permalink
[pv513] trying to debug macos14
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 11, 2024
1 parent b34a7b6 commit 6783114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ jobs:
$GITHUB_WORKSPACE
- name: Build ParaView
continue-on-error: true
run: |
cd build
cmake --build . --parallel -DPARAVIEW_VERSION=5.13
echo -e "===\n\n\nDEBUG: displaying versioning"
cat build/Utilities/Versioning/vtkPVVersionQuick.h
cmake --build . --parallel
- name: Create ParaView package
run: |
Expand Down Expand Up @@ -106,9 +103,12 @@ jobs:
$GITHUB_WORKSPACE
- name: Build ParaView
continue-on-error: true
run: |
cd build
cmake --build . --parallel
echo -e "===\n\n\nDisplaying vtkPVVersionQuick.h...\n\n\n==="
cat Utilities/Versioning/vtkPVVersionQuick.h
- name: Create ParaView package
run: |
Expand Down

0 comments on commit 6783114

Please sign in to comment.