Skip to content

try run-name in place of name for display step name #6

try run-name in place of name for display step name

try run-name in place of name for display step name #6

Workflow file for this run

name: Linux Build CI
on:
push:
branches: [ perl-FCGI-merge ]
pull_request:
branches: [ perl-FCGI-merge ]
jobs:
build:
runs-on: ubuntu-latest
container: ubuntu:24.04
steps:
- 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

Check failure on line 20 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
run: ./autogen.sh
- name: libfcgi-configure
run-name: libfcgi-configure
run: ./configure
- name: libfcgi: make
run-name: libfcgi: make
run: make
- name: perl-setup-and-configure
run-name: perl module \: distrib and perl Makefile.PL
run: cd perl
run: ./distrib && perl Makefile.PL
- name: perl-make
run-name: perl module \: make
run: make
- name: perl-make-test
run-name: perl module \: make test
run: make test