Skip to content

Commit

Permalink
update to wibo 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Jun 2, 2023
1 parent f71a4c2 commit 7e93ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
sudo mv bin/arm* /usr/bin/
- name: Install wibo
run: |-
wget https://github.com/decompals/WiBo/releases/download/0.4.1/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
wget https://github.com/decompals/WiBo/releases/download/0.4.2/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
- name: Run backend tests
run: |-
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/inst

COPY --from=nsjail /nsjail/nsjail /bin/nsjail

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

# windows compilers need i386 wine
ARG ENABLE_NDS_SUPPORT
Expand Down

0 comments on commit 7e93ade

Please sign in to comment.