Skip to content

Commit

Permalink
fix(ci): install git
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 6, 2023
1 parent 56fbce0 commit 725c178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y pkg-config protobuf-compiler libssl-dev curl build-essential
apt install -y pkg-config protobuf-compiler libssl-dev curl build-essential git-all
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
7 changes: 2 additions & 5 deletions crates/testbed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "testbed"
version = "0.1.0"
resolver = "2"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down Expand Up @@ -31,8 +32,4 @@ zip = "0.6"

[dependencies.uuid]
version = "1.5"
features = [
"v4",
"fast-rng",
"serde",
]
features = ["v4", "fast-rng", "serde"]

0 comments on commit 725c178

Please sign in to comment.