Skip to content

Commit

Permalink
refactor: Remove redundant if: ${{ success() }} condition in workfl…
Browse files Browse the repository at this point in the history
…ow step
  • Loading branch information
silviot committed Dec 8, 2024
1 parent 457dbff commit 3470861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ jobs:
shell: pwsh
env:
VCPKG_DISABLE_METRICS: 1
if: ${{ success() }}

- name: Configure pkg-config paths
run: |
Expand Down

0 comments on commit 3470861

Please sign in to comment.