Skip to content

Commit

Permalink
Fix gh-action rustup install
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Jun 9, 2024
1 parent 1c75383 commit a0bd9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: rustup toolchain install
uses: dtolnay/rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit a0bd9eb

Please sign in to comment.