Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dianhsu authored Aug 5, 2024
1 parent 2b68f8b commit db34ac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: ATiltedTree/setup-rust@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rust-version: nightly
targets: ${{ matrix.target }}
toolchain: nightly
target: ${{ matrix.target }}

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

0 comments on commit db34ac4

Please sign in to comment.