Skip to content

Commit 99500f2

Browse files
committed
Minor
1 parent 84f37d9 commit 99500f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Release_Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: cmake -S . -B build -DC2CORE_BUILD_TESTS=OFF
2424

2525
- name: Build Release
26-
run: cmake --build build --parallel
26+
run: cmake --build build -j$(nproc)
2727

2828
- name: Install to package/
2929
run: cmake --install build --prefix "$GITHUB_WORKSPACE/package"

.github/workflows/Release_Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Try common places the Modules output might land
4040
$candidates = @(
41-
Join-Path $ws 'Release\Modules',
41+
Join-Path $ws 'Release\Modules'
4242
)
4343
4444
$found = $false

0 commit comments

Comments
 (0)