Skip to content

Commit 6a49181

Browse files
committed
Rename workflow
1 parent d561a88 commit 6a49181

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: Build
22

33
on:
44
push:
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
19-
- name: Build
20-
run: cargo build --verbose
18+
- uses: actions/checkout@v4
19+
- name: Build
20+
run: cargo build --verbose

0 commit comments

Comments
 (0)