Skip to content

Commit

Permalink
Remove version patch from coverity workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesBathgate committed Jul 23, 2024
1 parent 0edba69 commit 0ae6ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
sudo patch -l $CGAL_DIR/Handle_for.h < patch/Fix-uncaught-exception-in-destructor.patch;
sudo patch -l $CGAL_DIR/Convex_hull_vertex_base_2.h < patch/Fix-uninitialized-members-in-Convex_hull_vertex_base_2.patch;
sudo patch -l $CGAL_DIR/Random_impl.h < patch/Fix-use-of-time_t.patch;
sudo patch -l $CGAL_DIR/version.h < patch/update-version.h.patch;
- name: Download coverity
run: |
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=GilesBathgate%2FRapCAD" -O cov-analysis-linux64.tar.gz
Expand Down

0 comments on commit 0ae6ae1

Please sign in to comment.