Skip to content

Commit 5cf8c27

Browse files
committed
fix installation test on windows (#386)
1 parent 32dc182 commit 5cf8c27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
if: startsWith(matrix.os, 'windows')
6161
uses: actions-rs/cargo@v1
6262
with:
63-
command: install --force
64-
args: "gitoxide cargo-smart-release"
63+
command: install
64+
args: "--force gitoxide cargo-smart-release"
6565

6666
lint:
6767
runs-on: ubuntu-latest

git-sec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ serde1 = [ "serde" ]
1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

1919
[dependencies]
20-
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
20+
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }

0 commit comments

Comments
 (0)