From 12cadeb58798703e6882a1d7cd863cae11532d3d Mon Sep 17 00:00:00 2001 From: ZZZank <47418975+ZZZank@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:12:53 +0800 Subject: [PATCH] add link to related Github PR --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6be2387..133fe6c53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,7 @@ jobs: # 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