- 使用 Arch Linux 容器替换 Ubuntu 环境以编译 DLL。
This commit is contained in:
@@ -10,9 +10,12 @@ jobs:
|
|||||||
compile-dll:
|
compile-dll:
|
||||||
name: Compile DLL
|
name: Compile DLL
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: greyltc/archlinux-aur:yay
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apt-get update && apt-get install -y build-essential cmake g++ python3-dev
|
# yay -Syu --noconfirm git python
|
||||||
|
echo "ok"
|
||||||
- run: |
|
- run: |
|
||||||
git clone https://github.com/swigger/wechat-ocr.git wcocr
|
git clone https://github.com/swigger/wechat-ocr.git wcocr
|
||||||
- run: |
|
- run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user