fix: json is a part of racket's stdlib
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
37bfdc56c8
commit
debeec7707
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ steps:
|
|||
commands:
|
||||
- apk update
|
||||
- apk add racket aria2
|
||||
- raco pkg install json
|
||||
- ./build.rkt
|
||||
- cd 'build/Notex 4' && zip -r '../Notex 4.zip' .
|
||||
|
||||
|
|
|
@ -4,5 +4,4 @@ This is a fork of the Notex 4 pack with some tweaks and a proper build system.
|
|||
## Building
|
||||
Dependencies:
|
||||
- a Racket toolchain
|
||||
- `json` (`raco pkg install json`)
|
||||
- `aria2c` or `wget`
|
||||
|
|
Loading…
Reference in a new issue