Skip to content

Commit

Permalink
v13: Update nlohmann/json to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Feb 27, 2024
1 parent f237cc4 commit ab1fbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13/mingw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN makepkg -sr --noconfirm
USER root
RUN pacman -U mingw-w64-libzip-*.zst --noconfirm && pacman -Scc --noconfirm && rm -r /home/build/*

RUN wget https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip -O /usr/i686-w64-mingw32/json.zip && unzip /usr/i686-w64-mingw32/json.zip -d /usr/i686-w64-mingw32/ && unzip /usr/i686-w64-mingw32/json.zip -d /usr/x86_64-w64-mingw32/
RUN wget https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip -O /usr/i686-w64-mingw32/json.zip && unzip /usr/i686-w64-mingw32/json.zip -d /usr/i686-w64-mingw32/ && unzip /usr/i686-w64-mingw32/json.zip -d /usr/x86_64-w64-mingw32/

# Bash is required for OpenRCT2 CI
SHELL ["/bin/bash", "-c"]

0 comments on commit ab1fbe7

Please sign in to comment.