Skip to content

Commit 5760ba1

Browse files
Vollstreckermadler
authored andcommitted
CMake: Correct runner.os to Linux.
1 parent c6d4492 commit 5760ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
run: |
7676
choco install --no-progress ninja bzip2
7777
78-
- name: Install packages (Windows)
79-
if: runner.os == 'Ubuntu'
78+
- name: Install packages (Linux)
79+
if: runner.os == 'Linux'
8080
run: |
8181
apt install libbz2-dev
8282
- name: Generate project files

0 commit comments

Comments
 (0)