Skip to content

Commit

Permalink
fix auto test failure under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cfig committed Jan 20, 2024
1 parent 657b2d4 commit ffdef5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: python -c "import sys; print(sys.version)"

- name: choco
run: choco install openssl dtc-msys2
run: choco install openssl dtc-msys2 zip vim

- name: Unit Test
run: ./gradlew.bat check && ./gradlew.bat clean || true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure you have [JDK11+](https://www.oracle.com/java/technologies/downloads/#
* Mac: `brew install lz4 xz dtc`

* Windows: Install openssl and device-tree compiler with [chocolate](https://chocolatey.org/install)
`choco install openssl dtc-msys2`
`choco install openssl dtc-msys2 zip vim`

## Getting Started
Put your boot.img to current directory, then start gradle 'unpack' task:
Expand Down

0 comments on commit ffdef5a

Please sign in to comment.