Skip to content

Commit 71ae2bc

Browse files
authored
fix: remove install script checking
1 parent 5b47b79 commit 71ae2bc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
run: cargo build --verbose
3232
- name: Run tests
3333
run: cargo test
34-
- name: Check install script
35-
run: chmod +x install.sh && ./install.sh
3634
- name: Publish
3735
run: cargo publish --allow-dirty
3836
env:

0 commit comments

Comments
 (0)