mirror of
https://github.com/tonquer/picacg-qt.git
synced 2025-01-09 04:17:41 +08:00
update
This commit is contained in:
parent
ed54a0fab8
commit
4f9ebc0e33
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@ -164,6 +164,7 @@ jobs:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get install -y fuse libfuse2
|
||||
python -m pip install --upgrade pip
|
||||
pip install pyinstaller==4.8
|
||||
pip install https://github.com/tonquer/waifu2x-vulkan/releases/download/v1.1.6/waifu2x_vulkan-1.1.6-cp37-cp37m-linux_x86_64.whl
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -223,6 +223,7 @@ jobs:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get install -y fuse libfuse2
|
||||
python -m pip install --upgrade pip
|
||||
pip install pyinstaller==4.8
|
||||
pip install https://github.com/tonquer/waifu2x-vulkan/releases/download/v1.1.6/waifu2x_vulkan-1.1.6-cp37-cp37m-linux_x86_64.whl
|
||||
|
Loading…
Reference in New Issue
Block a user