Skip to content

Commit

Permalink
Attempt to fix wrong libpng headers used in Windows CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Sep 10, 2023
1 parent bcd0bf7 commit e11a84e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.windows.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
arch_name: 64-bit
arch_suffix: "64"
steps:
- name: Remove Perl Strawberry installation
# Removes conflicting headers from include paths
run: |
Remove-Item -Recurse -Force C:/Strawberry
- name: Checkout Git Repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e11a84e

Please sign in to comment.