mirror of
https://github.com/Z3Prover/z3
synced 2026-04-03 02:18:58 +00:00
fix: resolve all agentic workflow compilation errors and recompile
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
547aec9c00
commit
402d731976
8 changed files with 1417 additions and 999 deletions
7
.github/workflows/specbot.md
vendored
7
.github/workflows/specbot.md
vendored
|
|
@ -13,10 +13,9 @@ on:
|
|||
description: 'Specific class name to analyze (optional)'
|
||||
required: false
|
||||
default: ''
|
||||
roles: [write, maintain, admin]
|
||||
|
||||
roles: [write, maintain, admin]
|
||||
|
||||
env:
|
||||
secrets:
|
||||
GH_TOKEN: ${{ secrets.BOT_PAT }}
|
||||
|
||||
permissions:
|
||||
|
|
@ -51,6 +50,8 @@ timeout-minutes: 45
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue