We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745d786 commit 178f874Copy full SHA for 178f874
.github/workflows/ci.yml
@@ -35,6 +35,10 @@ jobs:
35
${{ runner.os }}-gradle-
36
- name: Install Cross
37
run: cargo install cross --git https://github.com/cross-rs/cross
38
+ - name: Configure Cross Tool
39
+ run: cargo xtask configure-crosstool
40
+ - name: Install Cargo Docker Builder
41
+ run: cargo install cargo-build-docker
42
- name: Setup Windows Docker image
43
run: cargo build-docker-image x86_64-pc-windows-msvc-cross --tag local
44
- name: Build and publish artifacts
0 commit comments