Skip to content

Commit

Permalink
Merge pull request #254 from lynxcs/constantine_release_fix
Browse files Browse the repository at this point in the history
fix constantine dep install on release
  • Loading branch information
sauliusgrigaitis authored Jan 20, 2024
2 parents 8290f80 + a18fb62 commit 45fd58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Install constantine backend deps
- name: "constantine - install deps"
if: matrix.backend == 'constantine' && matrix.os == 'ubuntu-latest'
if: matrix.backend == 'constantine'
run: |
sudo DEBIAN_FRONTEND='noninteractive' apt-fast install \
--no-install-recommends -yq \
Expand Down

0 comments on commit 45fd58d

Please sign in to comment.