Skip to content

Commit 4db4566

Browse files
authored
Update ci.yml
1 parent 5327652 commit 4db4566

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,5 @@ jobs:
5656
distribution: 'adopt'
5757
- name: Install dependencies
5858
run: npm install
59-
- run: cd node_modules && cd minecraft-data && mv minecraft-data minecraft-data-old && git clone -b pc-1_21_9 https://github.com/PrismarineJS/minecraft-data --depth 1 && node bin/generate_data.js
60-
- run: curl -o node_modules/protodef/src/serializer.js https://raw.githubusercontent.com/extremeheat/node-protodef/refs/heads/dlog/src/serializer.js && curl -o node_modules/protodef/src/compiler.js https://raw.githubusercontent.com/extremeheat/node-protodef/refs/heads/dlog/src/compiler.js
61-
6259
- name: Run tests
6360
run: npm run mochaTest -- -g ${{ matrix.mcVersion }}v

0 commit comments

Comments
 (0)