修改依赖

This commit is contained in:
gfdgd xi 2023-07-06 15:33:15 +08:00
parent e434aa9116
commit a5d1a04573

View File

@ -15,7 +15,7 @@ jobs:
run: | run: |
# 配置环境 # 配置环境
sudo apt update sudo apt update
sudo apt install git dpkg-dev qt5-default qt5-qmake -y sudo apt install git dpkg-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qt5-qmake -y
git clone https://github.com/gfdgd-xi/deep-wine-runner git clone https://github.com/gfdgd-xi/deep-wine-runner
cd deep-wine-runner cd deep-wine-runner
make build make build