diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2024-12-25 10:06:14 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 19:59:10 -0800 |
commit | 9ddf1b4bc56d0183c4a41868ecc8515f5fc2d897 (patch) | |
tree | 077d998c855433b31ec57121c3135f975cf6d626 /.github | |
parent | a5db296ace453aa82ba1ededc0d6d458650f5668 (diff) | |
download | zlib-9ddf1b4bc56d0183c4a41868ecc8515f5fc2d897.tar.gz zlib-9ddf1b4bc56d0183c4a41868ecc8515f5fc2d897.tar.bz2 zlib-9ddf1b4bc56d0183c4a41868ecc8515f5fc2d897.zip |
CMake: Correct build directory for second workflow run.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/c-std.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml index a0e6a9e..bc93110 100644 --- a/.github/workflows/c-std.yml +++ b/.github/workflows/c-std.yml | |||
@@ -152,7 +152,7 @@ jobs: | |||
152 | 152 | ||
153 | - name: Compile source code with tests (cmake) | 153 | - name: Compile source code with tests (cmake) |
154 | if: matrix.builder == 'cmake' | 154 | if: matrix.builder == 'cmake' |
155 | run: cmake --build ./build --config Release | 155 | run: cmake --build ./build2 --config Release |
156 | 156 | ||
157 | - name: Run test cases (cmake) | 157 | - name: Run test cases (cmake) |
158 | if: matrix.builder == 'cmake' | 158 | if: matrix.builder == 'cmake' |