Skip to content

Workflow file for this run

on:
push:
branches:
- dev
jobs:
test_ecl:
name: Run tests on ECL
runs-on: ubuntu-latest
steps:
- name: Download and Install ECL
run: |

Check failure on line 11 in .github/workflows/run-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
echo "::group::Downloading ECL"
wget https://common-lisp.s3.eu-central-1.amazonaws.com/ecl-23.9.9.tgz
tar -xzf ecl-23.9.9.tgz
cd ecl-23.9.9
./configure
make
sudo make install