aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2025-01-22 18:02:09 +0100
committerMark Adler <madler@alumni.caltech.edu>2025-01-31 20:02:26 -0800
commit5760ba15706b01d9b9d6e6e4806de0eb5b7b2ab5 (patch)
tree4817e83855ea443f09d0cb8b7ba72d73e6cdedda /.github
parentc6d44927c5d7dfa3abba739f79050c34215b754e (diff)
downloadzlib-5760ba15706b01d9b9d6e6e4806de0eb5b7b2ab5.tar.gz
zlib-5760ba15706b01d9b9d6e6e4806de0eb5b7b2ab5.tar.bz2
zlib-5760ba15706b01d9b9d6e6e4806de0eb5b7b2ab5.zip
CMake: Correct runner.os to Linux.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index fcd69a5..f0f293a 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -75,8 +75,8 @@ jobs:
75 run: | 75 run: |
76 choco install --no-progress ninja bzip2 76 choco install --no-progress ninja bzip2
77 77
78 - name: Install packages (Windows) 78 - name: Install packages (Linux)
79 if: runner.os == 'Ubuntu' 79 if: runner.os == 'Linux'
80 run: | 80 run: |
81 apt install libbz2-dev 81 apt install libbz2-dev
82 - name: Generate project files 82 - name: Generate project files