Skip to content

Commit

Permalink
Add dependencies install in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 15, 2024
1 parent cc89ebe commit 5b07f16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Install dependencies
run: apt install -y flex bison libcppunit-dev
- name: CMake
run: |
mkdir build
Expand All @@ -16,4 +18,4 @@ jobs:
strategy:
matrix:
interval_lib: [gaol, filib]
lp_lib: [none]
lp_lib: [none, soplex]

0 comments on commit 5b07f16

Please sign in to comment.