Skip to content

Commit 8777a95

Browse files
committed
Removed extra cmake build step
1 parent 360ee1f commit 8777a95

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Prep
3737
- name: Prep Linux
38-
if: matrix.os == 'ubuntu-latest'
38+
if: startsWith(matrix.os, 'ubuntu-')
3939
run: |
4040
sudo apt-get update
4141
sudo apt-get install -y ninja-build
@@ -71,14 +71,9 @@ jobs:
7171

7272
# Build
7373
- name: Build (Unix)
74-
if: matrix.os != 'windows-latest'
75-
run: cmake --build build-Release --parallel
76-
77-
# Package
78-
- name: CPack (Unix)
7974
if: matrix.os != 'windows-latest'
8075
run: cmake --build build-Release --target package --parallel
81-
continue-on-error: true
76+
8277

8378
# Artifacts
8479
- name: Upload packages

0 commit comments

Comments
 (0)