Skip to content

Commit

Permalink
ci: 更换工具链配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselyuki committed Nov 6, 2023
1 parent 7354c78 commit a9b678c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
profile: default
override: true
target: ${{ matrix.target }}

- name: Build binary
run: cargo build --verbose --release --target ${{ matrix.target }} --no-default-features
run: cargo build --verbose --release --target ${{ matrix.target }}
env:
RUST_BACKTRACE: 1

Expand Down

0 comments on commit a9b678c

Please sign in to comment.