diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-05-02 21:31:59 -0400 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 09:05:03 -0500 |
| commit | 6fca358aa2a919f3680de7d01ec2cac487c98f62 (patch) | |
| tree | 18b1063bdab75436edbe6a784d337ee076d781fe /.github/workflows | |
| parent | 727c87293c722a93be32bfed8035bea0275f2f28 (diff) | |
Bump LUS and use nlohmann json from package manager (#254)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/apt-deps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/apt-deps.txt b/.github/workflows/apt-deps.txt index a6593e4de..3b7da0f19 100644 --- a/.github/workflows/apt-deps.txt +++ b/.github/workflows/apt-deps.txt @@ -1 +1 @@ -libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev ninja-build libzip-dev zipcmp zipmerge ziptool
\ No newline at end of file +libusb-dev libusb-1.0-0-dev libsdl2-dev libsdl2-net-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev ninja-build |
