hping3/.github/workflows/c-cpp.yml
Workflow config file is invalid. Please check your config file: yaml: line 18: could not find expected ':'

24 lines
353 B
YAML

name: Build Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: chmod
run: |
chmod 777 configure
echo "Set permission Done!"
- name: configure
run: ./configure
- name: make
run: make