Skip to content

Commit 6ebe158

Browse files
committed
Update wibo to 0.6.3
1 parent 0e80470 commit 6ebe158

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
@@ -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: |-

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
6060

6161
COPY --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
6666
ARG ENABLE_NDS_SUPPORT

0 commit comments

Comments
 (0)