File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- name : Build/ Test
1+ name : Build and Test ldsCtrlEst
22
33on :
44 push :
@@ -25,16 +25,11 @@ jobs:
2525 if : runner.os != 'Windows'
2626 run : |
2727 if [ "${{ runner.os }}" == "macOS" ]; then
28- brew install cmake ninja
28+ brew install ninja
2929 elif [ "${{ runner.os }}" == "Linux" ]; then
3030 sudo apt-get update
31- sudo apt-get install -y cmake build-essential
31+ sudo apt-get install -y build-essential
3232 fi
33-
34- - name : Set up dependencies for Windows
35- if : runner.os == 'Windows'
36- run : |
37- choco install cmake
3833
3934 - name : Run vcpkg
4035 uses : lukka/run-vcpkg@v11
5752 cmakeListsTxtPath : CMakeLists.txt
5853 configurePreset : ' linux-release'
5954 buildPreset : ' linux-release'
55+ cmakeVersion : ' 3.31.6'
6056
6157 - name : Configure and build for Windows
6258 if : runner.os == 'Windows'
6662 configurePreset : ' windows-release'
6763 buildPreset : ' windows-release'
6864 buildPresetAdditionalArgs : " ['--config Release']"
65+ cmakeVersion : ' 3.31.6'
6966
7067 - name : Install and Update PATH (Windows only)
7168 if : runner.os == 'Windows'
You can’t perform that action at this time.
0 commit comments