Skip to content

Commit

Permalink
fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent 556e40d commit c149f33
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,16 @@ jobs:
- uses: actions/checkout@v4
- name: setup os
run: apt-get update && apt-get -y install libfcgi-client-perl autoconf automake libtool make gcc make m4 g++
- name: libfcgi-setup
run-name: libfcgi\: autogen.sh
- name: libfcgi - autogen.sh
run: ./autogen.sh
- name: libfcgi-configure
run-name: libfcgi-configure
run: ./configure
- name: libfcgi: make
run-name: libfcgi: make
- name: libfcgi - make
run: make
- name: perl-setup-and-configure
run-name: perl module \: distrib and perl Makefile.PL
- name: perl module - distrib and perl Makefile.PL
run: cd perl
run: ./distrib && perl Makefile.PL
- name: perl-make
run-name: perl module \: make
- name: perl module - make
run: make
- name: perl-make-test
run-name: perl module \: make test
- name: perl module - make test
run: make test

0 comments on commit c149f33

Please sign in to comment.