Skip to content

Commit

Permalink
Merge pull request EnigmaticaModpacks#5445 from ZZZank/ci_fix
Browse files Browse the repository at this point in the history
Fix Continuous Integration
  • Loading branch information
NielsPilgaard committed Mar 6, 2024
2 parents b4da822 + 12cadeb commit 4e795e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,11 @@ jobs:
distribution: 'temurin'
java-version: '17'

- run: git clone --branch 1605 https://github.com/KubeJS-Mods/KubeJS.git
# We're using a forked KubeJS because the origianl one has reached its
# end of support, and the most recent, unreleased change is causing crash
# in such old codebase
# For details, see https://github.com/EnigmaticaModpacks/Enigmatica6/pull/5445
- run: git clone --branch 1605 https://github.com/ZZZank/KubeJS.git
- run: git apply ../.github/actions/ci/patches/kubejs.patch
working-directory: KubeJS

Expand Down

0 comments on commit 4e795e9

Please sign in to comment.