We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f7b80 commit 0fc2250Copy full SHA for 0fc2250
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,14 @@ jobs:
20
21
- name: Setup Gradle
22
uses: gradle/actions/setup-gradle@v4
23
+
24
+ - name: Install dependencies
25
+ run: |
26
+ sudo apt-get update
27
+ sudo apt-get install wget
28
+ - name: Download sable
29
30
+ wget -O sable.jar https://cdn.modrinth.com/data/T9PomCSv/versions/hYzKWPNY/sable-neoforge-1.21.1-1.0.4.jar
31
32
- name: Make Gradle Wrapper Executable
33
run: chmod +x ./gradlew
0 commit comments