File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2121 - uses : DeterminateSystems/nix-installer-action@v21
2222 - uses : DeterminateSystems/magic-nix-cache-action@v13
2323 - run : nix build .#checks.x86_64-linux.${{ matrix.check }}
24+
25+ packages :
26+ runs-on : ubuntu-latest
27+ strategy :
28+ matrix :
29+ package :
30+ - scip
31+ - speedtest
32+ - proto-generate
33+ steps :
34+ - uses : actions/checkout@v6
35+ - uses : DeterminateSystems/nix-installer-action@v21
36+ - uses : DeterminateSystems/magic-nix-cache-action@v13
37+ - run : nix build .#${{ matrix.package }}
Original file line number Diff line number Diff line change 5858 wrapProgram $out/bin/speedtest \
5959 --set SCIP_SAMPLE_INDEXES_DIR ${ sampleIndexes }
6060 '' ;
61+
62+ meta . mainProgram = "speedtest" ;
6163 } ;
6264
6365 proto-generate =
You can’t perform that action at this time.
0 commit comments