chore: update ci to support windows arm (#155)

pull/156/head
sigoden 8 months ago committed by GitHub
parent 47818159a7
commit 2b8b696b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,10 +24,10 @@ jobs:
os: macos-latest
use-cross: true
cargo-flags: ""
# - target: aarch64-pc-windows-msvc
# os: windows-latest
# use-cross: true
# cargo-flags: ""
- target: aarch64-pc-windows-msvc
os: windows-latest
use-cross: true
cargo-flags: ""
- target: x86_64-apple-darwin
os: macos-latest
cargo-flags: ""

2
Cargo.lock generated

@ -28,7 +28,7 @@ dependencies = [
[[package]]
name = "aichat"
version = "0.8.0"
version = "0.9.0-rc1"
dependencies = [
"anyhow",
"arboard",

@ -1,6 +1,6 @@
[package]
name = "aichat"
version = "0.8.0"
version = "0.9.0-rc1"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
description = "A powerful chatgpt cli."

Loading…
Cancel
Save