Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 authored Mar 29, 2024
1 parent a6aa0ee commit 08295b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
uses: actions/checkout@v3

- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
uses: actions-rs/toolchain@v1
with:
targets: ${{ matrix.target }}
toolchain: stable
target: ${{matrix.target}}
override: true

- name: Get the release version from the tag
shell: bash
Expand Down

0 comments on commit 08295b2

Please sign in to comment.