Skip to content

Commit e76a675

Browse files
authored
Update cmake-multi-platform.yml
1 parent f55446b commit e76a675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
strategy:
1616
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
1717
fail-fast: false
18-
build-dir: ./dcc_client/out-linux
19-
source-dir: ./dcc_client
2018

2119
# Set up a matrix to run the following 3 configurations:
2220
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
@@ -25,6 +23,8 @@ jobs:
2523
#
2624
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2725
matrix:
26+
build-dir: [./dcc_client/out-linux]
27+
source-dir: [./dcc_client]
2828
os: [ubuntu-latest, windows-latest]
2929
build_type: [Release]
3030
c_compiler: [gcc, clang, cl]

0 commit comments

Comments
 (0)