Skip to content

Commit

Permalink
replace rust toolchain action
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Mar 14, 2024
1 parent b64282a commit 263faf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "VAAS_PASSWORD=${{ secrets.DEVELOP_VAAS_PASSWORD }}" >> $GITHUB_ENV
- name: install Rust stable
uses: actions-rs/toolchain@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable

Expand Down

0 comments on commit 263faf4

Please sign in to comment.