3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-25 17:51:20 +00:00

Merge updated github workflows from master branch

This commit is contained in:
Jakob Rath 2023-09-23 20:19:43 +02:00
parent 3f0f70ba7c
commit 40e8dc7afa
8 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install cross build tools
run: apt update && apt install -y ninja-build cmake python3 g++-11-${{ matrix.arch }}-linux-gnu