Skip to content

Commit

Permalink
GHA: Add --allow-empty-checksums to Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 12, 2023
1 parent 51a3ad4 commit c927157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Set up pkg-config-lite (Strawberry)
if: runner.os == 'Windows' && matrix.dist == 'strawberry' && matrix.alien-install-type == 'share'
run: |
choco install pkgconfiglite
choco install -y --allow-empty-checksums pkgconfiglite
echo "C:\ProgramData\chocolatey\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- run: perl -V
Expand Down

0 comments on commit c927157

Please sign in to comment.