Skip to content

Commit 7e93ade

Browse files
committed
update to wibo 0.4.2
1 parent f71a4c2 commit 7e93ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
sudo mv bin/arm* /usr/bin/
9696
- name: Install wibo
9797
run: |-
98-
wget https://github.com/decompals/WiBo/releases/download/0.4.1/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
98+
wget https://github.com/decompals/WiBo/releases/download/0.4.2/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
9999
100100
- name: Run backend tests
101101
run: |-

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/inst
5555

5656
COPY --from=nsjail /nsjail/nsjail /bin/nsjail
5757

58-
COPY --from=ghcr.io/decompals/wibo:0.4.1 /usr/local/sbin/wibo /usr/bin/
58+
COPY --from=ghcr.io/decompals/wibo:0.4.2 /usr/local/sbin/wibo /usr/bin/
5959

6060
# windows compilers need i386 wine
6161
ARG ENABLE_NDS_SUPPORT

0 commit comments

Comments
 (0)