Skip to content

Commit

Permalink
ci: Remove apk add git
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 10, 2024
1 parent 3367044 commit fc62618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
container: alpine
steps:
- name: Install Rust
run: apk --no-cache add bash cargo git
run: apk --no-cache add bash cargo
shell: sh
- uses: taiki-e/github-actions/checkout@main
- run: cargo test --workspace --all-features
Expand Down

0 comments on commit fc62618

Please sign in to comment.