mirror of
https://github.com/decompme/decomp.me.git
synced 2026-01-17 10:45:15 -06:00
Update wibo to 0.5.2 (docker) (#853)
* Update wibo to 0.5.2 (docker) * Update wibo to 0.5.2 (ci)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
||||
sudo mv bin/arm* /usr/bin/
|
||||
- name: Install wibo
|
||||
run: |-
|
||||
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/
|
||||
|
||||
- name: Run backend tests
|
||||
run: |-
|
||||
|
||||
@@ -56,7 +56,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
|
||||
|
||||
COPY --from=nsjail /nsjail/nsjail /bin/nsjail
|
||||
|
||||
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/
|
||||
|
||||
# windows compilers need i386 wine
|
||||
ARG ENABLE_NDS_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user