mirror of
https://github.com/Leseratte10/acsm-calibre-plugin.git
synced 2024-12-23 01:34:36 +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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
container: debian:bullseye
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install compilers
|
- name: Install compilers
|
||||||
run: |
|
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
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user