Skip to content

Commit aa9abd6

Browse files
committed
wibo 0.6.6
1 parent f2c1430 commit aa9abd6

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

backend/Dockerfile

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

6363
COPY --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

0 commit comments

Comments
 (0)