Skip to content

Commit be21ddf

Browse files
committed
ci: Removing jobs from cli
1 parent 3728912 commit be21ddf

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,6 @@ jobs:
4141
- name: Check docs
4242
run: cargo doc --no-deps --document-private-items
4343

44-
cli-build:
45-
name: Build CLI
46-
runs-on: windows-latest
47-
48-
steps:
49-
- uses: actions/checkout@v4
50-
51-
- name: Set up Rust
52-
run: rustup default stable
53-
54-
- name: Build CLI release
55-
run: |
56-
cd cli
57-
cargo build --release
58-
5944
build:
6045
name: Build Examples
6146
runs-on: windows-latest

0 commit comments

Comments
 (0)