Skip to content

Workflow changes

Workflow changes #2

Workflow file for this run

name: build
on:
push:
paths-ignore:
- 'README.org'
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |

Check failure on line 18 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 18
sudo apt update
sudo apt install automake autoconf pkg-config make
sudo apt install guile-3.0 guile-3.0-libs guile-3.0-dev
- name: Generate scripts
run: |
./autogen.sh
- name: Run configuration script
run: |
./configure
- name: Check distribution
make distcheck