Skip to content

Commit

Permalink
Fix CI (#749)
Browse files Browse the repository at this point in the history
* Fix CI
  • Loading branch information
CedNaru authored Jan 14, 2025
1 parent d592c48 commit 9819350
Show file tree
Hide file tree
Showing 6 changed files with 9,093 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
path: modules/kotlin_jvm

- name: Apply git patch
run: |
git apply --ignore-whitespace modules/kotlin_jvm/git.patch
- uses: actions/setup-java@v4
with:
distribution: adopt-hotspot
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
path: modules/kotlin_jvm

- name: Apply git patch
run: |
git apply --ignore-whitespace modules/kotlin_jvm/git.patch
- name: Setup Godot build cache
uses: ./modules/kotlin_jvm/.github/actions/scons-cache
continue-on-error: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
with:
path: modules/kotlin_jvm

- name: Apply git patch
run: |
git apply --ignore-whitespace modules/kotlin_jvm/git.patch
- name: Setup Godot build cache
uses: ./modules/kotlin_jvm/.github/actions/scons-cache
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
with:
path: modules/kotlin_jvm

- name: Apply git patch
run: |
git apply --ignore-whitespace modules/kotlin_jvm/git.patch
- name: Setup Godot build cache
uses: ./modules/kotlin_jvm/.github/actions/scons-cache
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
with:
path: modules/kotlin_jvm

- name: Apply git patch
run: |
git apply --ignore-whitespace modules/kotlin_jvm/git.patch
- name: Setup Godot build cache
uses: ./modules/kotlin_jvm/.github/actions/scons-cache
with:
Expand Down
Loading

0 comments on commit 9819350

Please sign in to comment.