Skip to content

Commit

Permalink
improve ci (#463)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml
  • Loading branch information
ahmed-irfan authored Oct 6, 2023
1 parent 2cd77a6 commit f2a53c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
using: composite
steps:
- name: Build and install libpoly
if: inputs.config-opt == '--enable-mcsat'
shell: bash
run: |
pushd .
Expand All @@ -25,6 +26,7 @@ runs:
sudo make install
popd
- name: Build and install CUDD
if: inputs.config-opt == '--enable-mcsat'
shell: bash
run: |
pushd .
Expand Down

0 comments on commit f2a53c5

Please sign in to comment.