Skip to content

move ci file

move ci file #1

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
build:
name: "Build on Racket '${{ matrix.racket-version }}' (${{ matrix.racket-variant }})"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Bogdanp/setup-racket@v1.10
with:
architecture: x64
distribution: full
variant: 'CS'
version: '8.10'
- name: Installing rosette
run: raco pkg install rosette
- name: Compiling boolector
run:
- git clone https://github.com/boolector/boolector

Check failure on line 19 in .github/workflows/verify.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/verify.yml (Line: 19, Col: 11): A sequence was not expected
- cd boolector
- ./contrib/setup-lingeling.sh
- name: Testing racket-vcd
run: racket riscv.rkt 3