Skip to content

Commit c6cf3a2

Browse files
committed
Added rust-toolchain to 1.87
1 parent ab2b7a2 commit c6cf3a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- name: Checkout
21+
uses: actions/checkout@v4
22+
- name: Rust Toolchain Setup
23+
uses: dtolnay/[email protected]
2124

2225
- name: Install
2326
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)