mirror of
https://github.com/Leseratte10/acsm-calibre-plugin.git
synced 2024-11-16 11:46:10 +06:00
Switch compiling CI
This commit is contained in:
parent
d5028c3cc8
commit
1271d099e7
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user