Skip to content

Commit cbe8a74

Browse files
GH Actions cleanup
1 parent f2154b7 commit cbe8a74

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ on:
77
jobs:
88
validate-version:
99
runs-on: rust:1.86
10-
runs-on: ubuntu-latest
1110
steps:
1211
- name: Checkout code
1312
uses: actions/checkout@v4
1413

15-
- name: Install Rust 1.86
16-
run: |
17-
rustup toolchain install 1.86 --profile minimal
18-
rustup default 1.86
19-
2014
- name: Run pre-commit
2115
run: ./pre-commit
2216
shell: bash

0 commit comments

Comments
 (0)