Skip to content

Commit

Permalink
change: attempted windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Nov 13, 2023
1 parent 568fa57 commit c31f521
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,10 @@ jobs:
# Apply Starlane patches
- name: Apply Patches
shell: bash
run: git apply --whitespace=nowarn ./build-resources/patches/*.patch
run: |
pwd
ls ./build-resources/patches
git apply -v --ignore-space-change --whitespace=nowarn ./build-resources/patches/*.patch
# Build the godot executable
- name: Compilation
Expand Down

0 comments on commit c31f521

Please sign in to comment.