CMake: Correct build directory for second workflow run.

pull/953/merge
Vollstrecker 1 month ago committed by Mark Adler
parent a5db296ace
commit 9ddf1b4bc5
  1. 2
      .github/workflows/c-std.yml

@ -152,7 +152,7 @@ jobs:
- name: Compile source code with tests (cmake)
if: matrix.builder == 'cmake'
run: cmake --build ./build --config Release
run: cmake --build ./build2 --config Release
- name: Run test cases (cmake)
if: matrix.builder == 'cmake'

Loading…
Cancel
Save