mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
try to list more deps to see if they let install wine
This commit is contained in:
parent
6a3fd46cbd
commit
176fa19f2c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
java-version: '11'
|
||||
architecture: x64
|
||||
- name: Deps
|
||||
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine64 wine32
|
||||
run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32 libwine:i386 libfaudio0:i386 libglib2.0-0:i386 libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:i386 libmount1:i386 libselinux1:i386
|
||||
- name: Build
|
||||
run: xvfb-run -a ./gradlew --info test all
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user