Skip to content

Commit

Permalink
ci: 更换rust版本到stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselyuki committed Nov 7, 2023
1 parent 445935a commit 079d475
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- build: x86_64-linux
os: ubuntu-latest
rust: nightly
rust: stable
target: x86_64-unknown-linux-gnu
archive-name: maimai-search-${{ github.ref_name }}-linux-x86_64.tar.gz

Expand All @@ -35,7 +35,7 @@ jobs:

- build: aarch64-macos
os: macos-latest
rust: nightly
rust: stable
target: aarch64-apple-darwin
archive-name: maimai-search-${{ github.ref_name }}-macos-aarch64.tar.gz
fail-fast: false
Expand Down Expand Up @@ -63,7 +63,6 @@ jobs:

- name: Build binary
run: |
rustup target add ${{ matrix.target }}
cargo build --verbose --release --target ${{ matrix.target }}
env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 079d475

Please sign in to comment.