File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
env :
8
8
BUILD_TYPE : RelWithDebInfo
9
9
BACKTRACE_SUBMIT_TOKEN : ${{ secrets.BACKTRACE_SUBMIT_TOKEN }}
10
- VCPKG_MSVC_TOOLSET_VERSION : 14.34.31933
11
10
12
11
concurrency :
13
12
group : ' vlink'
@@ -51,14 +50,20 @@ jobs:
51
50
- name : Configure CMake
52
51
working-directory : C:/vtslink/client
53
52
run : cmake -G Ninja -B C:/vtslink/client/out/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=C:/vtslink/client/out/install
53
+ env :
54
+ VCPKG_MSVC_TOOLSET_VERSION : 14.34.31933
54
55
55
56
- name : Build
56
57
working-directory : C:/vtslink/client
57
58
run : cmake --build C:/vtslink/client/out/build --target VTSLink -j $NUMBER_OF_PROCESSORS
59
+ env :
60
+ VCPKG_MSVC_TOOLSET_VERSION : 14.34.31933
58
61
59
62
- name : Install
60
63
working-directory : C:/vtslink/client
61
64
run : cmake --build C:/vtslink/client/out/build --config ${{env.BUILD_TYPE}} --target install -j $NUMBER_OF_PROCESSORS
65
+ env :
66
+ VCPKG_MSVC_TOOLSET_VERSION : 14.34.31933
62
67
63
68
- name : Remove previous install binary
64
69
working-directory : C:/vtslink/client/out/install/bin
You can’t perform that action at this time.
0 commit comments