fix: json is a part of racket's stdlib
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
LordMZTE 2023-12-07 22:50:24 +01:00
parent 37bfdc56c8
commit debeec7707
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 0 additions and 2 deletions

View file

@ -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' .

View file

@ -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`