mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-08-16 12:24:51 -04:00
Bunch of code to extract keys from WINE
This commit is contained in:
@@ -10,6 +10,10 @@ jobs:
|
||||
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
|
||||
|
||||
- name: Compile
|
||||
run: |
|
||||
./bundle_calibre_plugin.sh
|
||||
|
||||
Reference in New Issue
Block a user