Skip to content

Commit

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

0 comments on commit f3fe46a

Please sign in to comment.