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 9696 sudo mv bin/arm* /usr/bin/
9797 - name : Install wibo
9898 run : |-
99- wget https://github.com/decompals/WiBo /releases/download/0.5.2 /wibo && chmod +x wibo && sudo cp wibo /usr/bin/
99+ wget https://github.com/decompals/wibo /releases/download/0.6.0 /wibo && chmod +x wibo && sudo cp wibo /usr/bin/
100100
101101 - name : Run backend tests
102102 run : |-
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
5656
5757COPY --from=nsjail /nsjail/nsjail /bin/nsjail
5858
59- COPY --from=ghcr.io/decompals/wibo:0.5.2 /usr/local/sbin/wibo /usr/bin/
59+ COPY --from=ghcr.io/decompals/wibo:0.6.0 /usr/local/sbin/wibo /usr/bin/
6060
6161# windows compilers need i386 wine
6262ARG ENABLE_NDS_SUPPORT
You can’t perform that action at this time.
0 commit comments