File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ permissions:
99env :
1010 HIGHS_VERSION : v1.12.0
1111 RELEASE_TAG : highs-static-v1.12.0
12+ ARTIFACT_NAME : " "
1213
1314jobs :
1415 build-highs :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ permissions:
99env :
1010 HIGHS_VERSION : v1.12.0
1111 RELEASE_TAG : highs-static-v1.12.0
12+ ARTIFACT_NAME : " "
1213
1314jobs :
1415 build-highs :
Original file line number Diff line number Diff line change 3333 env :
3434 HIGHS_TAG : highs-static-v1.12.0
3535 HIGHS_DIR : ${{ github.workspace }}/highs
36+ ASSET_NAME : " "
37+ SAFE_VERSION : " "
38+ SAFE_ARCH : " "
39+ SAFE_PLATFORM : " "
3640
3741 steps :
3842 # ---------------------------------------------------------
Original file line number Diff line number Diff line change 3434 env :
3535 HIGHS_TAG : highs-static-v1.12.0
3636 HIGHS_DIR : ${{ github.workspace }}/highs
37+ ASSET_NAME : " "
38+ SAFE_VERSION : " "
39+ SAFE_ARCH : " "
40+ SAFE_PLATFORM : " "
3741
3842 steps :
3943 # ---------------------------------------------------------
Original file line number Diff line number Diff line change 2525 HIGHS_TAG : highs-static-v1.12.0
2626 HIGHS_ZIP : highs-v1.12.0-windows-x64.zip
2727 HIGHS_DIR : ${{ github.workspace }}\highs
28-
28+ ASSET_NAME : " "
29+ SAFE_VERSION : " "
30+ SAFE_ARCH : " "
31+
2932 steps :
3033 - name : Checkout repo (with submodules)
3134 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44 "name" : " Mac" ,
55 "includePath" : [
66 " ${workspaceFolder}/**" ,
7- " /opt/homebrew/include/coin" ,
8- " /usr/local/include/coin"
97 ],
108 "defines" : [],
119 "macFrameworkPath" : [
1210 " /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
1311 ],
1412 "cStandard" : " c17" ,
15- "cppStandard" : " c++17 " ,
13+ "cppStandard" : " c++20 " ,
1614 "intelliSenseMode" : " macos-clang-arm64" ,
1715 "configurationProvider" : " ms-vscode.cmake-tools"
1816 }
You can’t perform that action at this time.
0 commit comments