Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Oct 6, 2023
1 parent 5a38064 commit 2aba10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: composite
steps:
- name: Build and install libpoly
if: config-opt == '--enable-mcsat'
if: inputs.config-opt == '--enable-mcsat'
shell: bash
run: |
pushd .
Expand All @@ -26,7 +26,7 @@ runs:
sudo make install
popd
- name: Build and install CUDD
if: config-opt == '--enable-mcsat'
if: inputs.config-opt == '--enable-mcsat'
shell: bash
run: |
pushd .
Expand Down

0 comments on commit 2aba10d

Please sign in to comment.