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.4 /wibo && chmod +x wibo && sudo cp wibo /usr/bin/
107+ wget https://github.com/decompals/wibo /releases/download/0.6.6 /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 @@ -62,7 +62,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
6262
6363COPY --from=nsjail /nsjail/nsjail /bin/nsjail
6464
65- COPY --from=ghcr.io/decompals/wibo:0.6.4 /usr/local/sbin/wibo /usr/bin/
65+ COPY --from=ghcr.io/decompals/wibo:0.6.6 /usr/local/sbin/wibo /usr/bin/
6666
6767# windows compilers need i386 wine
6868
You can’t perform that action at this time.
0 commit comments