3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-02 10:09:08 +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

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}