Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update action.yml
Browse files Browse the repository at this point in the history
dvtfl authored Sep 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cb1de5a commit b5d2dbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/rust-env/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Setup Rust
description: Setup Rust environment in latest Ubuntu
steps:
runs-on: ubuntu-latest
description: Setup Rust environment in Ubuntu
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

0 comments on commit b5d2dbe

Please sign in to comment.