We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01d0eb commit ae9f071Copy full SHA for ae9f071
.github/workflows/hipo-win-510.yml
@@ -204,6 +204,27 @@ jobs:
204
$env:path = "$env:path;C:\vcpkg\installed\x64-windows\bin\"
205
.\bin\main.exe
206
207
+ test:
208
+ runs-on: ${{ matrix.os }}
209
+
210
+ steps:
211
+ - uses: actions/checkout@v4
212
213
214
+ - name: Checkout CMakeHighsFindPackage
215
+ uses: actions/checkout@v4
216
+ with:
217
+ repository: galabovaa/CMakeHighsFindPackage
218
+ ref: master
219
+ path: CMakeHighsFindPackage
220
221
+ - name: Test install
222
+ run: |
223
+ cd CMakeHighsFindPackage
224
+ ls
225
+ cat CMakeLists.txt
226
227
228
fetch:
229
runs-on: ${{ matrix.os }}
230
strategy:
0 commit comments