Updated Z_Machines to use the new type signature for generating chann… #32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Build Theory | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: lexbailey/isabelle-theory-build-github-action@v7 | |
with: | |
isabelle-version: '2021-1' | |
custom-isabelle-url: 'https://github.com/lexbailey/itrees_isabelle_fork/archive/refs/heads/itrees_utp.zip' | |
depends: 'https://github.com/isabelle-utp/interaction-trees.git@master' | |
report_url: 'https://isabelle-utp-ci-dashboard.link/submit_job_log' | |
report_secret: ${{ secrets.DashboardReportKey }} |