Switch compiling CI

This commit is contained in:
Florian Bach 2022-05-19 18:12:51 +02:00
parent d5028c3cc8
commit 1271d099e7
1 changed files with 4 additions and 1 deletions

View File

@ -7,12 +7,15 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
container: debian:bullseye
steps:
- uses: actions/checkout@v2
- name: Install compilers
run: |
sudo apt update ; sudo apt install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64
apt update
apt install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64
apt install -y wget make zip
- name: Compile
run: |