Skip to content

Commit d61f3b2

Browse files
committed
Update to wibo 0.6.13
1 parent 8db9d43 commit d61f3b2

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
@@ -99,7 +99,7 @@ jobs:
9999
poetry run python3 libraries/download.py
100100
- name: Install wibo
101101
run: |-
102-
wget https://github.com/decompals/wibo/releases/download/0.6.12/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
102+
wget https://github.com/decompals/wibo/releases/download/0.6.13/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
103103
104104
- name: Run backend tests
105105
run: |-

backend/Dockerfile

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

6666
COPY --from=nsjail /nsjail/nsjail /bin/nsjail
6767

68-
COPY --from=ghcr.io/decompals/wibo:0.6.12 /usr/local/sbin/wibo /usr/bin/
68+
COPY --from=ghcr.io/decompals/wibo:0.6.13 /usr/local/sbin/wibo /usr/bin/
6969

7070
RUN add-apt-repository -y ppa:dosemu2/ppa && \
7171
add-apt-repository -y ppa:stsp-0/dj64 && \

0 commit comments

Comments
 (0)