Skip to content

Commit

Permalink
Update binary-build.yml -- fix install test
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 13, 2024
1 parent 0e066dd commit 9d6ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
path: Release\cryptominisat5.exe

- name: "Install CMS (unix)"
if: ${{ !contains(matrix.os, 'windows') }}
if: matrix.os == 'ubuntu-20.04'
run: sudo cmake --install build --config ${{ matrix.build_type }}

- name: "Install Spix (win)"
Expand Down

0 comments on commit 9d6ca9d

Please sign in to comment.