Skip to content

Commit 52f203a

Browse files
committed
fix windows CI by trying installations of pure Rust version instead
Note that this doesn't truly capture the intent of the test anymore, as the idea was to install the best-performing, default version. But this broke due to ASM-hashes now failing on Windows and I reckon that fixing it might be harder than one would think. So here is the quick-fix, to get CI going again.
1 parent 88a6a4e commit 52f203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: "Install prerequisites"
151151
run: vcpkg install zlib:x64-windows-static-md
152152
- name: "Installation from crates.io: gitoxide"
153-
run: cargo +${{ matrix.rust }} install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force gitoxide
153+
run: cargo +${{ matrix.rust }} install --target ${{ matrix.target }} --no-default-features --features max-pure --target-dir install-artifacts --debug --force gitoxide
154154
shell: msys2 {0}
155155

156156
lint:

0 commit comments

Comments
 (0)