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