Skip to content

Commit

Permalink
Merge pull request #1 from lexbailey/main
Browse files Browse the repository at this point in the history
I don't have push access to this repo. Can you add me? for now, here's a change that makes the CI work
  • Loading branch information
lexbailey authored Apr 10, 2024
2 parents b826d6b + c663360 commit 79e3ccb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build_2023.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build Theory
steps:
- uses: actions/checkout@v3
- uses: lexbailey/isabelle-theory-build-github-action@v8
with:
isabelle-url: 'https://github.com/seL4/isabelle/archive/refs/tags/Isabelle2023.tar.gz'
depends: 'https://github.com/isabelle-utp/Shallow-Expressions.git@main'
report_url: 'https://isabelle-utp-ci-dashboard.link/submit_job_log'
report_secret: ${{ secrets.DashboardReportKey }}

0 comments on commit 79e3ccb

Please sign in to comment.