Skip to content

Fix CI workflow: non-interactive apt install and update checkout action - #37

Merged
SimonJF merged 1 commit into
mainfrom
copilot/enable-continuous-integration
Jul 24, 2026
Merged

SimonJF merged 1 commit into
mainfrom
copilot/enable-continuous-integration

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

The existing default.yml workflow had two bugs preventing CI from running successfully.

Changes

  • apt install z3apt install -y z3: missing -y caused the job to hang indefinitely on the interactive confirmation prompt
  • actions/checkout@v2@v4: v2 is deprecated; v4 is the current stable release

Copilot AI changed the title Fix CI workflow to enable continuous integration Fix CI workflow: non-interactive apt install and update checkout action Jul 24, 2026
Copilot AI requested a review from SimonJF July 24, 2026 10:21
@SimonJF
SimonJF marked this pull request as ready for review July 24, 2026 10:28
@SimonJF
SimonJF merged commit 3dc2c02 into main Jul 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants