File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -131,25 +131,20 @@ jobs:
131131 ${{ env.cache-name }}-${{ runner.os }}-${{ matrix.ghc }}-
132132 ${{ env.cache-name }}-${{ runner.os }}-
133133
134- - if : needs.pre_job.outputs.should_skip != 'true'
135- name : Build `hls-graph` with flags
134+ - name : Build `hls-graph` with flags
136135 run : cabal v2-build hls-graph --flags="pedantic embed-files stm-stats"
137136
138- - if : needs.pre_job.outputs.should_skip != 'true'
139- name : Build `hie-compat` with flags
137+ - name : Build `hie-compat` with flags
140138 run : cabal v2-build hie-compat --flags="ghc-lib"
141139
142- - if : needs.pre_job.outputs.should_skip != 'true'
143- name : Build `hls-plugin-api` with flags
140+ - name : Build `hls-plugin-api` with flags
144141 run : cabal v2-build hls-plugin-api --flags="pedantic"
145142
146- - if : needs.pre_job.outputs.should_skip != 'true'
147- name : Build `hls-test-utils` with flags
143+ - name : Build `hls-test-utils` with flags
148144 run : cabal v2-build hls-test-utils --flags="pedantic"
149145
150146 # repeating builds to workaround segfaults in windows and ghc-8.8.4
151- - if : needs.pre_job.outputs.should_skip_ghcide != 'true'
152- name : Build
147+ - name : Build
153148 run : cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe" || cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe" || cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"
154149
155150 flags_post_job :
You can’t perform that action at this time.
0 commit comments