From 173257b4a0511da4e4a9ba0c2f0edf3d72071628 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sat, 31 Jul 2021 13:15:11 -0700 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3d5e0fb7821..b68bf106863 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: - name: Build # Build your program with the given configuration - run: cmake --build ${{github.workspace}}/build --install --config ${{env.BUILD_TYPE}} + run: cmake --build ${{github.workspace}}/build --target install --config ${{env.BUILD_TYPE}} - name: Clone z3test run: git clone https://github.com/z3prover/z3test z3test