Skip to content

Commit

Permalink
Fix CI automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 22, 2023
1 parent 1dbeea3 commit 9792d00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug --disable-shared
- name: Build/Install libcups3
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug --disable-shared
- name: Build/Install libcups3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug
- name: Build/install libcups3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
repository: OpenPrinting/libcups
path: libcups
submodules: recursive
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug
- name: Build/install libcups3
Expand Down

0 comments on commit 9792d00

Please sign in to comment.