From 5aa86fec499dadeb156e921244eea59893fd7ef1 Mon Sep 17 00:00:00 2001 From: Shade-Dev <38840823+shade-sdev@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:19:56 +0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca4d132..a462e50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,7 @@ jobs: # Install JetBrains Runtime (JBR) - name: Download JetBrains Runtime run: | - JBR_VERSION=17.0.8-b520.12 # Replace with the desired version of JBR - JBR_URL="https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-$JBR_VERSION-linux-x64-binaries.tar.gz" + JBR_URL="https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-17.0.10-linux-x64-b1207.1.tar.gz" wget $JBR_URL -O jbr.tar.gz mkdir jbr tar -xzf jbr.tar.gz -C jbr --strip-components=1