File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |-
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
6565
6666COPY --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
7070RUN add-apt-repository -y ppa:dosemu2/ppa && \
7171 add-apt-repository -y ppa:stsp-0/dj64 && \
You can’t perform that action at this time.
0 commit comments