Skip to content

Commit

Permalink
try dtolnay
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Sep 19, 2023
1 parent 8a074b3 commit e53774a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:


- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true

- name: Build
run: cargo build --verbose
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ jobs:
run: brew install asciidoctor

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
# Build all releases on nightly for latest optimizations.
toolchain: nightly
profile: minimal
override: true
target: ${{ matrix.target }}
targets: ${{ matrix.target }}

- name: Install Cross
run: cargo install cross
Expand Down

0 comments on commit e53774a

Please sign in to comment.