Skip to content

Commit

Permalink
chore: update ci to support windows arm (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Oct 27, 2023
1 parent 4781815 commit 2b8b696
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 2b8b696

Please sign in to comment.