You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/cmake-multi-platform.yml
+2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ jobs:
15
15
strategy:
16
16
# 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.
17
17
fail-fast: false
18
+
build-dir: ./dcc_client/out-linux
19
+
source-dir: ./dcc_client
18
20
19
21
# Set up a matrix to run the following 3 configurations:
20
22
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
0 commit comments