Skip to content

Commit

Permalink
Download jq 1.6 because java2bedrock does not like if you have a newe…
Browse files Browse the repository at this point in the history
…r jq version
  • Loading branch information
MrPowerGamerBR committed Dec 9, 2024
1 parent d16ca24 commit 51a0c7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# java2bedrock REQUIRES jq 1.6, and fails if you have a newer jq version
- name: Install java2bedrock.sh dependencies
run: |
sudo apt-get install moreutils jq imagemagick unzip zip uuid-runtime
sudo apt-get install moreutils imagemagick unzip zip uuid-runtime
sudo wget -O /usr/bin/jq "https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64"
sudo npm install -g [email protected]
sudo npm i -g spritesheet-js
Expand Down

0 comments on commit 51a0c7b

Please sign in to comment.