Skip to content

Commit

Permalink
Fix Windows Mono build
Browse files Browse the repository at this point in the history
Applying same patch as daf805b
  • Loading branch information
Zylann committed Nov 16, 2024
1 parent 0446952 commit 50a4267
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,13 @@ jobs:
repository: godotengine/godot
ref: ${{ env.GODOT_BASE_BRANCH }}

# The version of ThorVG in 4.3-stable hits an error in latest MSVC (see godot#95861).
# We should no longer need this in 4.3.1 and later.
- name: Patch ThorVG
run: |
curl -LO https://github.com/godotengine/godot/commit/4abc358952a69427617b0683fd76427a14d6faa8.patch
git apply 4abc358952a69427617b0683fd76427a14d6faa8.patch
# Clone our module under the correct directory
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 50a4267

Please sign in to comment.