Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvtfl authored Sep 4, 2024
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
Expand Down

0 comments on commit b5d2dbe

Please sign in to comment.