Skip to content

Commit

Permalink
fix multiple run
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent c149f33 commit e72ab5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
run: ./configure
- name: libfcgi - make
run: make
- name: perl module - distrib and perl Makefile.PL
- name: perl module - go to perl directory
run: cd perl
- name: perl module - distrib and perl Makefile.PL
run: ./distrib && perl Makefile.PL
- name: perl module - make
run: make
Expand Down

0 comments on commit e72ab5f

Please sign in to comment.