Skip to content

Commit

Permalink
wibo 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Oct 17, 2023
1 parent f2c1430 commit 3b3b825
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 @@ -104,7 +104,7 @@ jobs:
sudo mv bin/arm* /usr/bin/
- name: Install wibo
run: |-
wget https://github.com/decompals/WiBo/releases/download/0.6.4/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
wget https://github.com/decompals/wibo/releases/download/0.6.5/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 @@ -62,7 +62,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \

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

COPY --from=ghcr.io/decompals/wibo:0.6.4 /usr/local/sbin/wibo /usr/bin/
COPY --from=ghcr.io/decompals/wibo:0.6.5 /usr/local/sbin/wibo /usr/bin/

# windows compilers need i386 wine

Expand Down

0 comments on commit 3b3b825

Please sign in to comment.