Skip to content

Commit

Permalink
try to fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent 0d59256 commit 45aaffd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +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: autogen.sh
- name: libfcgi\: autogen.sh
run: ./autogen.sh
- name: libfcgi: configure
- name: libfcgi\: configure
run: ./configure
- name: libfcgi: make
run: make
- 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 module : make
- name: perl module \: make
run: make
- name: perl module : make test
- name: perl module \: make test
run: make

0 comments on commit 45aaffd

Please sign in to comment.