Skip to content

forgot $

forgot $ #2

Workflow file for this run

name: Matrix
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo -DINTERVAL_LIB=${{ matrix.interval_lib }} -DLP_LIB=${{ matrix.lp_lib }}
strategy:
matrix:
interval_lib: [gaol, filib]
lp_lib: [none, soplex]