Skip to content

Commit 31762c5

Browse files
committed
Remove fake asset
1 parent b787a27 commit 31762c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
~/.gradle/caches/neoformruntime/assets
2828
key: mc-assets-does-not-exist
2929
restore-keys: mc-assets-
30-
- name: Test adding a fake asset
31-
run: |
32-
mkdir -p ~/.gradle/caches/neoformruntime/assets/modern_industrialization
33-
echo "This is a test asset" > ~/.gradle/caches/neoformruntime/assets/modern_industrialization/test.txt
3430
- name: Build with Gradle
3531
run: ./gradlew build
3632
env:

0 commit comments

Comments
 (0)