Bump wibo to 0.6.10 (#919)

This commit is contained in:
Mark Street
2023-11-30 16:21:47 +00:00
committed by GitHub
parent d773a67cb7
commit 324a1fd28d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
poetry run python3 libraries/download.py
- name: Install wibo
run: |-
wget https://github.com/decompals/wibo/releases/download/0.6.8/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
wget https://github.com/decompals/wibo/releases/download/0.6.10/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
- name: Run backend tests
run: |-