File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 sudo mv bin/arm* /usr/bin/
105105 - name : Install wibo
106106 run : |-
107- wget https://github.com/decompals/wibo/releases/download/0.6.0 /wibo && chmod +x wibo && sudo cp wibo /usr/bin/
107+ wget https://github.com/decompals/wibo/releases/download/0.6.3 /wibo && chmod +x wibo && sudo cp wibo /usr/bin/
108108
109109 - name : Run backend tests
110110 run : |-
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
6060
6161COPY --from=nsjail /nsjail/nsjail /bin/nsjail
6262
63- COPY --from=ghcr.io/decompals/wibo:0.6.0 /usr/local/sbin/wibo /usr/bin/
63+ COPY --from=ghcr.io/decompals/wibo:0.6.3 /usr/local/sbin/wibo /usr/bin/
6464
6565# windows compilers need i386 wine
6666ARG ENABLE_NDS_SUPPORT
You can’t perform that action at this time.
0 commit comments