Skip to content

Commit bb088e9

Browse files
committed
test build
1 parent 48836de commit bb088e9

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Checkout source
15-
uses: actions/checkout@v4
16-
17-
- name: Install Rust
18-
uses: actions/setup-rust@v1
19-
with:
20-
rust-version: stable
14+
- name: Build
15+
- uses: actions/checkout@v4
2116

2217
- name: Run cargo check
2318
run: cargo check

0 commit comments

Comments
 (0)