ci: improve ci_cross.yml

pull/12550/head
Delyan Angelov 2021-11-22 16:36:26 +02:00
parent 759f3d28b7
commit 1bbbba5813
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 13 additions and 11 deletions

View File

@ -52,9 +52,10 @@ jobs:
fetch-depth: 10 fetch-depth: 10
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo dpkg --add-architecture i386
sudo apt update sudo apt update
sudo apt-get install --quiet -y libssl-dev sqlite3 libsqlite3-dev valgrind sudo apt-get install --quiet -y libssl-dev sqlite3 libsqlite3-dev
sudo apt-get install --quiet -y mingw-w64 wine-stable winetricks sudo apt-get install --quiet -y mingw-w64 wine-stable winetricks wine32
- name: Turn off the wine crash dialog - name: Turn off the wine crash dialog
run: winetricks nocrashdialog run: winetricks nocrashdialog
@ -104,3 +105,4 @@ jobs:
.\v.exe -os windows -o v_win.c cmd\v .\v.exe -os windows -o v_win.c cmd\v
dir v2.exe dir v2.exe
dir v_win.c dir v_win.c
.\v2.exe version