Skip to content

Update the ci.yml

Update the ci.yml #9

Workflow file for this run

on:
push:
branches-ignore: [ '_**' ]
pull_request:
workflow_dispatch:
jobs:
nix:
#runs-on: ubuntu-latest
runs-on: [self-hosted, linux, nix]
steps:
#- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- run: nix build -L .#aeneas
- run: nix build -L .#checks.x86_64-linux.aeneas-tests
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-fstar
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-coq
#- run: nix build -L .#checks.x86_64-linux.aeneas-verify-lean
- run: nix build -L .#checks.x86_64-linux.aeneas-verify-hol4
# Lean isn't supported by Nix, so we need to add extra steps
# Install Elan (https://leanprover-community.github.io/install/linux.html)
- curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 22, Col: 9): Unexpected value 'curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh' .github/workflows/ci.yml (Line: 24, Col: 9): Unexpected value 'cd tests/lean && make'
# Verify
- cd tests/lean && make