File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 5353 - name : Install 32-bit deps
5454 run : |
5555 sudo apt-get update
56- sudo apt-get install -y gcc-multilib g++-multilib libc6-dev-i386
56+ sudo apt-get install -y gcc-multilib g++-multilib
57+ sudo apt-get install -y libc6-dev-i386 libstdc++-devel.i686
5758
5859 - name : Configure CMake
5960 working-directory : ${{runner.workspace}}/build
Original file line number Diff line number Diff line change 1+ Microsoft Visual Studio Solution File, Format Version 12.00
2+ # Visual Studio Version 17
3+ VisualStudioVersion = 17.5.2.0
4+ MinimumVisualStudioVersion = 10.0.40219.1
5+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "nuget" , "nuget" , "{2A18E756-48A1-E247-9A68-57B5E8CBE245}"
6+ EndProject
7+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Highs" , "nuget\Highs.csproj" , "{906CCF22-9F98-849C-F4C4-760DF67E239A}"
8+ EndProject
9+ Global
10+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
11+ Debug| Any CPU = Debug| Any CPU
12+ Release| Any CPU = Release| Any CPU
13+ EndGlobalSection
14+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
15+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
16+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Debug| Any CPU .Build .0 = Debug| Any CPU
17+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Release| Any CPU .ActiveCfg = Release| Any CPU
18+ {906CCF22-9F98-849C-F4C4-760DF67E239A} .Release| Any CPU .Build .0 = Release| Any CPU
19+ EndGlobalSection
20+ GlobalSection (SolutionProperties ) = preSolution
21+ HideSolutionNode = FALSE
22+ EndGlobalSection
23+ GlobalSection (NestedProjects ) = preSolution
24+ {906CCF22-9F98-849C-F4C4-760DF67E239A} = {2A18E756-48A1-E247-9A68-57B5E8CBE245}
25+ EndGlobalSection
26+ GlobalSection (ExtensibilityGlobals ) = postSolution
27+ SolutionGuid = {D1B3989B-6BC8-4A91-B2F9-DFBFBF6D49A1}
28+ EndGlobalSection
29+ EndGlobal
You can’t perform that action at this time.
0 commit comments