File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 run : python -c "import sys; print(sys.version)"
8888
8989 - name : choco
90- run : choco install openssl dtc-msys2 zip vim
90+ run : choco install openssl dtc-msys2 zip vim xz
9191
9292 - name : Unit Test
9393 run : ./gradlew.bat check && ./gradlew.bat clean || true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Make sure you have [JDK11+](https://www.oracle.com/java/technologies/downloads/#
1212* Mac: ` brew install lz4 xz dtc `
1313
1414* Windows: Install openssl and device-tree compiler with [ chocolate] ( https://chocolatey.org/install )
15- ` choco install openssl dtc-msys2 zip vim `
15+ ` choco install openssl dtc-msys2 zip vim xz `
1616
1717## Getting Started
1818Put your boot.img to current directory, then start gradle 'unpack' task:
You can’t perform that action at this time.
0 commit comments