Skip to content

Commit

Permalink
[pv513] debugging macos-14 build
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 11, 2024
1 parent 2b0fb5e commit 15abbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ jobs:
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: |
cd build
echo -e "===\n\n\nDisplaying vtkPVVersionQuick.h...\n\n\n==="
cat Utilities/Versioning/vtkPVVersionQuick.h
cpack -G TGZ
- name: Upload compressed binaries
Expand Down

0 comments on commit 15abbbe

Please sign in to comment.