File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,12 @@ jobs:
57
57
58
58
- name : ' Prebuild'
59
59
uses : trevorsandy/povray/.github/actions/unix_prebuild@gh-actions-raytracer-v3
60
- - name : ' Sanity-Check Working Tree'
61
- uses : trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
62
60
63
61
- name : ' Configure'
64
62
uses : trevorsandy/povray/.github/actions/unix_configure@gh-actions-raytracer-v3
65
63
with :
66
64
c-compiler : ${{ matrix.c-compiler }}
67
65
cxx-compiler : ${{ matrix.cxx-compiler }}
68
- - name : ' Sanity-Check Working Tree'
69
- uses : trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
70
66
71
67
- name : ' Bundle Artifacts for Diagnostics'
72
68
if : ${{ always() }}
@@ -76,16 +72,12 @@ jobs:
76
72
77
73
- name : ' Build'
78
74
uses : trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
79
- - name : ' Sanity-Check Working Tree'
80
- uses : trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
81
75
82
76
- name : ' Build Check'
83
77
if : ${{ success() }}
84
78
uses : trevorsandy/povray/.github/actions/unix_make@gh-actions-raytracer-v3
85
79
with :
86
80
make-target : check
87
- - name : ' Sanity-Check Working Tree'
88
- uses : trevorsandy/povray/.github/actions/git_check_repo@gh-actions-raytracer-v3
89
81
90
82
- name : ' Upload Artifacts for Diagnostics'
91
83
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments