From ae8c03debe4b7cd4119bd0a2007c344ef6af6bd7 Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:39:21 -0600 Subject: [PATCH 1/2] Update README.md Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d86ba..e725db0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For game versions 3.1 and above, Cultivation automatically makes a small patch t # Download -[Find release builds here!](/releases) +[Find release builds here!](https://github.com/Grasscutters/Cultivation/releases) Download and open the MSI, and once installed, run Cultivation as administrator. Refer below for more [detailed setup instructions](#setup). From 02a304d8300bc5b7e4645ed0efdf03a63b92820a Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:06:57 -0600 Subject: [PATCH 2/2] Remove clippy for macos Macos not supported, can add back if it ever is. --- .github/workflows/backend-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-checks.yml b/.github/workflows/backend-checks.yml index 3274088..9808f15 100644 --- a/.github/workflows/backend-checks.yml +++ b/.github/workflows/backend-checks.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [windows-latest, ubuntu-latest, macos-latest] + platform: [windows-latest, ubuntu-latest] steps: - uses: actions/checkout@v3