Skip to content

Commit 7a5c07c

Browse files
committed
Issue #163: update doc for xz on windows
1 parent 44881fe commit 7a5c07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1818
Put your boot.img to current directory, then start gradle 'unpack' task:

0 commit comments

Comments
 (0)