Skip to content

Commit 0fc2250

Browse files
authored
wget sable in workflow
1 parent 93f7b80 commit 0fc2250

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020

2121
- name: Setup Gradle
2222
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+
run: |
30+
wget -O sable.jar https://cdn.modrinth.com/data/T9PomCSv/versions/hYzKWPNY/sable-neoforge-1.21.1-1.0.4.jar
2331
2432
- name: Make Gradle Wrapper Executable
2533
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)