Skip to content

Commit

Permalink
Update main-auto-spc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF authored Mar 25, 2024
1 parent 8b9faca commit c04e124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-auto-spc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ jobs:

# BUILD
- name: Autotools Build
run: make -j3
run: V=1 make -j3
working-directory: ${{ runner.workspace }}/build

# INSTALL (note that this runs even when we don't run the tests)
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:

# BUILD
- name: Autotools Build
run: make -j3
run: V=1 make -j3
working-directory: ${{ runner.workspace }}/build

# INSTALL (note that this runs even when we don't run the tests)
Expand Down

0 comments on commit c04e124

Please sign in to comment.