diff options
| author | Vollstrecker <werner@vollstreckernet.de> | 2025-11-24 13:46:22 +0100 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2025-12-08 04:02:43 -0800 |
| commit | 3516e02f22e246ee78cf6bddc360f60de4009027 (patch) | |
| tree | c806461263a74818dce32d9e65ae41ffc4e7c28d | |
| parent | 81cc0bebedd935daeb81b0b6e475d8786b51af3d (diff) | |
| download | zlib-3516e02f22e246ee78cf6bddc360f60de4009027.tar.gz zlib-3516e02f22e246ee78cf6bddc360f60de4009027.tar.bz2 zlib-3516e02f22e246ee78cf6bddc360f60de4009027.zip | |
CMake: Repair Windows action.
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 25a3b81..7f429bc 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml | |||
| @@ -79,7 +79,7 @@ jobs: | |||
| 79 | - name: Install packages (Windows) | 79 | - name: Install packages (Windows) |
| 80 | if: runner.os == 'Windows' | 80 | if: runner.os == 'Windows' |
| 81 | run: | | 81 | run: | |
| 82 | choco install --no-progress ninja | 82 | choco install --no-progress nsis |
| 83 | 83 | ||
| 84 | - name: Install packages (Linux) | 84 | - name: Install packages (Linux) |
| 85 | if: runner.os == 'Linux' | 85 | if: runner.os == 'Linux' |
