3
0
Fork 0
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:
copilot-swe-agent[bot] 2026-03-12 04:40:48 +00:00
parent 547aec9c00
commit 402d731976
8 changed files with 1417 additions and 999 deletions

View file

@ -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
---