We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347b4df commit bda794eCopy full SHA for bda794e
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
sudo mv bin/arm* /usr/bin/
97
- name: Install wibo
98
run: |-
99
- wget https://github.com/decompals/WiBo/releases/download/0.4.2/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
+ wget https://github.com/decompals/WiBo/releases/download/0.5.2/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
100
101
- name: Run backend tests
102
backend/Dockerfile
@@ -56,7 +56,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
56
57
COPY --from=nsjail /nsjail/nsjail /bin/nsjail
58
59
-COPY --from=ghcr.io/decompals/wibo:0.4.2 /usr/local/sbin/wibo /usr/bin/
+COPY --from=ghcr.io/decompals/wibo:0.5.2 /usr/local/sbin/wibo /usr/bin/
60
61
# windows compilers need i386 wine
62
ARG ENABLE_NDS_SUPPORT
0 commit comments